Uses of Class
io.grpc.channelz.v1.Subchannel
-
Packages that use Subchannel Package Description io.grpc.channelz.v1 io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services. -
-
Uses of Subchannel in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as Subchannel Modifier and Type Field Description private static SubchannelSubchannel. DEFAULT_INSTANCEprivate SubchannelGetSubchannelResponse.Builder. subchannel_private SubchannelGetSubchannelResponse. subchannel_Fields in io.grpc.channelz.v1 with type parameters of type Subchannel Modifier and Type Field Description private static com.google.protobuf.Parser<Subchannel>Subchannel. PARSERprivate com.google.protobuf.SingleFieldBuilder<Subchannel,Subchannel.Builder,SubchannelOrBuilder>GetSubchannelResponse.Builder. subchannelBuilder_Methods in io.grpc.channelz.v1 that return Subchannel Modifier and Type Method Description SubchannelSubchannel.Builder. build()SubchannelSubchannel.Builder. buildPartial()static SubchannelSubchannel. getDefaultInstance()SubchannelSubchannel.Builder. getDefaultInstanceForType()SubchannelSubchannel. getDefaultInstanceForType()SubchannelGetSubchannelResponse.Builder. getSubchannel()The Subchannel that corresponds to the requested subchannel_id.SubchannelGetSubchannelResponse. getSubchannel()The Subchannel that corresponds to the requested subchannel_id.SubchannelGetSubchannelResponseOrBuilder. getSubchannel()The Subchannel that corresponds to the requested subchannel_id.static SubchannelSubchannel. parseDelimitedFrom(java.io.InputStream input)static SubchannelSubchannel. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(byte[] data)static SubchannelSubchannel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(com.google.protobuf.ByteString data)static SubchannelSubchannel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(com.google.protobuf.CodedInputStream input)static SubchannelSubchannel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(java.io.InputStream input)static SubchannelSubchannel. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SubchannelSubchannel. parseFrom(java.nio.ByteBuffer data)static SubchannelSubchannel. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type Subchannel Modifier and Type Method Description com.google.protobuf.Parser<Subchannel>Subchannel. getParserForType()private com.google.protobuf.SingleFieldBuilder<Subchannel,Subchannel.Builder,SubchannelOrBuilder>GetSubchannelResponse.Builder. getSubchannelFieldBuilder()The Subchannel that corresponds to the requested subchannel_id.static com.google.protobuf.Parser<Subchannel>Subchannel. parser()Methods in io.grpc.channelz.v1 with parameters of type Subchannel Modifier and Type Method Description private voidSubchannel.Builder. buildPartial0(Subchannel result)private voidSubchannel.Builder. buildPartialRepeatedFields(Subchannel result)Subchannel.BuilderSubchannel.Builder. mergeFrom(Subchannel other)GetSubchannelResponse.BuilderGetSubchannelResponse.Builder. mergeSubchannel(Subchannel value)The Subchannel that corresponds to the requested subchannel_id.static Subchannel.BuilderSubchannel. newBuilder(Subchannel prototype)GetSubchannelResponse.BuilderGetSubchannelResponse.Builder. setSubchannel(Subchannel value)The Subchannel that corresponds to the requested subchannel_id. -
Uses of Subchannel in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return Subchannel Modifier and Type Method Description (package private) static SubchannelChannelzProtoUtil. toSubchannel(InternalInstrumented<InternalChannelz.ChannelStats> subchannel)
-