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 Subchannel
Subchannel. DEFAULT_INSTANCE
private Subchannel
GetSubchannelResponse.Builder. subchannel_
private Subchannel
GetSubchannelResponse. 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. PARSER
private 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 Subchannel
Subchannel.Builder. build()
Subchannel
Subchannel.Builder. buildPartial()
static Subchannel
Subchannel. getDefaultInstance()
Subchannel
Subchannel.Builder. getDefaultInstanceForType()
Subchannel
Subchannel. getDefaultInstanceForType()
Subchannel
GetSubchannelResponse.Builder. getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.Subchannel
GetSubchannelResponse. getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.Subchannel
GetSubchannelResponseOrBuilder. getSubchannel()
The Subchannel that corresponds to the requested subchannel_id.static Subchannel
Subchannel. parseDelimitedFrom(java.io.InputStream input)
static Subchannel
Subchannel. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(byte[] data)
static Subchannel
Subchannel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(com.google.protobuf.ByteString data)
static Subchannel
Subchannel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(com.google.protobuf.CodedInputStream input)
static Subchannel
Subchannel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(java.io.InputStream input)
static Subchannel
Subchannel. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subchannel
Subchannel. parseFrom(java.nio.ByteBuffer data)
static Subchannel
Subchannel. 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 void
Subchannel.Builder. buildPartial0(Subchannel result)
private void
Subchannel.Builder. buildPartialRepeatedFields(Subchannel result)
Subchannel.Builder
Subchannel.Builder. mergeFrom(Subchannel other)
GetSubchannelResponse.Builder
GetSubchannelResponse.Builder. mergeSubchannel(Subchannel value)
The Subchannel that corresponds to the requested subchannel_id.static Subchannel.Builder
Subchannel. newBuilder(Subchannel prototype)
GetSubchannelResponse.Builder
GetSubchannelResponse.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 Subchannel
ChannelzProtoUtil. toSubchannel(InternalInstrumented<InternalChannelz.ChannelStats> subchannel)
-