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 voidInProcessTransport.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 InsightBuilderRetriableStream. closedSubstreamsInsightMethods in io.grpc.internal that return InsightBuilder Modifier and Type Method Description InsightBuilderInsightBuilder. append(java.lang.Object insight)Appends a piece of information which is a plain string.InsightBuilderInsightBuilder. 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 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)
-