Uses of Interface
io.grpc.internal.RetriableStream.BufferEntry
-
Packages that use RetriableStream.BufferEntry Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of RetriableStream.BufferEntry in io.grpc.internal
Classes in io.grpc.internal that implement RetriableStream.BufferEntry Modifier and Type Class Description (package private) classRetriableStream.StartEntryFields in io.grpc.internal with type parameters of type RetriableStream.BufferEntry Modifier and Type Field Description (package private) java.util.List<RetriableStream.BufferEntry>RetriableStream.State. bufferA list of buffered ClientStream runnables.Methods in io.grpc.internal with parameters of type RetriableStream.BufferEntry Modifier and Type Method Description private voidRetriableStream. delayOrExecute(RetriableStream.BufferEntry bufferEntry)Constructor parameters in io.grpc.internal with type arguments of type RetriableStream.BufferEntry Constructor Description State(java.util.List<RetriableStream.BufferEntry> buffer, java.util.Collection<RetriableStream.Substream> drainedSubstreams, java.util.Collection<RetriableStream.Substream> activeHedges, RetriableStream.Substream winningSubstream, boolean cancelled, boolean passThrough, boolean hedgingFrozen, int hedgingAttemptCount)
-