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 TypeMethodDescriptionvoidInProcessTransport.InProcessStream.InProcessClientStream.appendTimeoutInsight(InsightBuilder insight) -
Uses of InsightBuilder in io.grpc.internal
Fields in io.grpc.internal declared as InsightBuilderModifier and TypeFieldDescriptionprivate final InsightBuilderRetriableStream.closedSubstreamsInsightMethods 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 voidAbstractClientStream.appendTimeoutInsight(InsightBuilder insight) voidClientStream.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.voidDelayedClientTransport.PendingStream.appendTimeoutInsight(InsightBuilder insight) voidDelayedStream.appendTimeoutInsight(InsightBuilder insight) voidFailingClientStream.appendTimeoutInsight(InsightBuilder insight) voidForwardingClientStream.appendTimeoutInsight(InsightBuilder insight) voidNoopClientStream.appendTimeoutInsight(InsightBuilder insight) voidRetriableStream.appendTimeoutInsight(InsightBuilder insight)