Uses of Interface
io.grpc.channelz.v1.ChannelConnectivityStateOrBuilder
-
Packages that use ChannelConnectivityStateOrBuilder Package Description io.grpc.channelz.v1 -
-
Uses of ChannelConnectivityStateOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ChannelConnectivityStateOrBuilder Modifier and Type Class Description classChannelConnectivityStateThese come from the specified states in this document: https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.mdstatic classChannelConnectivityState.BuilderThese come from the specified states in this document: https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.mdFields in io.grpc.channelz.v1 with type parameters of type ChannelConnectivityStateOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ChannelConnectivityState,ChannelConnectivityState.Builder,ChannelConnectivityStateOrBuilder>ChannelData.Builder. stateBuilder_Methods in io.grpc.channelz.v1 that return ChannelConnectivityStateOrBuilder Modifier and Type Method Description ChannelConnectivityStateOrBuilderChannelData.Builder. getStateOrBuilder()The connectivity state of the channel or subchannel.ChannelConnectivityStateOrBuilderChannelData. getStateOrBuilder()The connectivity state of the channel or subchannel.ChannelConnectivityStateOrBuilderChannelDataOrBuilder. getStateOrBuilder()The connectivity state of the channel or subchannel.Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelConnectivityStateOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ChannelConnectivityState,ChannelConnectivityState.Builder,ChannelConnectivityStateOrBuilder>ChannelData.Builder. getStateFieldBuilder()The connectivity state of the channel or subchannel.
-