Uses of Class
io.grpc.internal.InsightBuilder
Packages that use InsightBuilder
Package
Description
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
-
Uses of InsightBuilder in io.grpc.inprocess
Methods in io.grpc.inprocess with parameters of type InsightBuilderModifier and TypeMethodDescriptionvoid
InProcessTransport.InProcessStream.InProcessClientStream.appendTimeoutInsight
(InsightBuilder insight) -
Uses of InsightBuilder in io.grpc.internal
Fields in io.grpc.internal declared as InsightBuilderModifier and TypeFieldDescriptionprivate final InsightBuilder
RetriableStream.closedSubstreamsInsight
Methods in io.grpc.internal that return InsightBuilderModifier and TypeMethodDescriptionAppends a piece of information which is a plain string.InsightBuilder.appendKeyValue
(String key, 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 InsightBuilderModifier and TypeMethodDescriptionfinal 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)