Uses of Class
io.grpc.internal.InsightBuilder
-
Packages that use InsightBuilder Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of InsightBuilder in io.grpc.inprocess
Methods in io.grpc.inprocess with parameters of type InsightBuilder Modifier and Type Method Description void
InProcessTransport.InProcessStream.InProcessClientStream. appendTimeoutInsight(InsightBuilder insight)
-
Uses of InsightBuilder in io.grpc.internal
Fields in io.grpc.internal declared as InsightBuilder Modifier and Type Field Description private InsightBuilder
RetriableStream. closedSubstreamsInsight
Methods in io.grpc.internal that return InsightBuilder Modifier and Type Method Description InsightBuilder
InsightBuilder. append(java.lang.Object insight)
Appends a piece of information which is a plain string.InsightBuilder
InsightBuilder. appendKeyValue(java.lang.String key, java.lang.Object value)
Appends a piece of information which is a key-value , which will be formatted into"key=value"
.Methods in io.grpc.internal with parameters of type InsightBuilder Modifier and Type Method Description void
AbstractClientStream. appendTimeoutInsight(InsightBuilder insight)
void
ClientStream. appendTimeoutInsight(InsightBuilder insight)
Append information that will be included in the locally generated DEADLINE_EXCEEDED errors to the givenInsightBuilder
, in order to tell the user about the state of the stream so that they can better diagnose the cause of the error.void
DelayedClientTransport.PendingStream. appendTimeoutInsight(InsightBuilder insight)
void
DelayedStream. appendTimeoutInsight(InsightBuilder insight)
void
FailingClientStream. appendTimeoutInsight(InsightBuilder insight)
void
ForwardingClientStream. appendTimeoutInsight(InsightBuilder insight)
void
NoopClientStream. appendTimeoutInsight(InsightBuilder insight)
void
RetriableStream. appendTimeoutInsight(InsightBuilder insight)
-