HomeSort by relevance Sort by last modified time
    Searched defs:Subchannel (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/
LoadBalancer.java 32 * channel a usable subchannel when asked.
43 * a {@link Subchannel Subchannel} for each new RPC.</li>
79 * Subchannel(s) and their latest connectivity states. These states are mutated within the Channel
84 * next Subchannel, which are typically mutated by multiple threads. The picker should only mutate
90 * a new picker, which holds a snapshot of the latest Subchannel list. Refer to the javadoc of
125 * Handles a state change on a Subchannel.
127 * <p>The initial state of a Subchannel is IDLE. You won't get a notification for the initial IDLE
136 * Subchannel#shutdown} earlier, thus it should have already discarded this Subchannel. The othe
237 @Nullable private final Subchannel subchannel; field in class:LoadBalancer.PickResult
    [all...]
  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
Subchannel.java 8 * Subchannel is a logical grouping of channels, subchannels, and sockets.
9 * A subchannel is load balanced over by it's ancestor
12 * Protobuf type {@code grpc.channelz.v1.Subchannel}
14 public final class Subchannel extends
16 // @@protoc_insertion_point(message_implements:grpc.channelz.v1.Subchannel)
19 // Use Subchannel.newBuilder() to construct.
20 private Subchannel(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
23 private Subchannel() {
34 private Subchannel(
143 io.grpc.channelz.v1.Subchannel.class, io.grpc.channelz.v1.Subchannel.Builder.class)
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 114 milliseconds