Uses of Class
io.grpc.internal.RetriableStream.FutureCanceller
-
Packages that use RetriableStream.FutureCanceller Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of RetriableStream.FutureCanceller in io.grpc.internal
Fields in io.grpc.internal declared as RetriableStream.FutureCanceller Modifier and Type Field Description private RetriableStream.FutureCanceller
RetriableStream. scheduledHedging
(package private) RetriableStream.FutureCanceller
RetriableStream.HedgingRunnable. scheduledHedgingRef
private RetriableStream.FutureCanceller
RetriableStream. scheduledRetry
Constructors in io.grpc.internal with parameters of type RetriableStream.FutureCanceller Constructor Description HedgingRunnable(RetriableStream.FutureCanceller scheduledHedging)
-