Uses of Class
io.grpc.channelz.v1.Channel
-
Packages that use Channel 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 Channel in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as Channel Modifier and Type Field Description private Channel
GetChannelResponse.Builder. channel_
private Channel
GetChannelResponse. channel_
private static Channel
Channel. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type Channel Modifier and Type Field Description private java.util.List<Channel>
GetTopChannelsResponse.Builder. channel_
private java.util.List<Channel>
GetTopChannelsResponse. channel_
private com.google.protobuf.SingleFieldBuilder<Channel,Channel.Builder,ChannelOrBuilder>
GetChannelResponse.Builder. channelBuilder_
private com.google.protobuf.RepeatedFieldBuilder<Channel,Channel.Builder,ChannelOrBuilder>
GetTopChannelsResponse.Builder. channelBuilder_
private static com.google.protobuf.Parser<Channel>
Channel. PARSER
Methods in io.grpc.channelz.v1 that return Channel Modifier and Type Method Description Channel
Channel.Builder. build()
Channel
Channel.Builder. buildPartial()
Channel
GetChannelResponse.Builder. getChannel()
The Channel that corresponds to the requested channel_id.Channel
GetChannelResponse. getChannel()
The Channel that corresponds to the requested channel_id.Channel
GetChannelResponseOrBuilder. getChannel()
The Channel that corresponds to the requested channel_id.Channel
GetTopChannelsResponse.Builder. getChannel(int index)
list of channels that the connection detail service knows about.Channel
GetTopChannelsResponse. getChannel(int index)
list of channels that the connection detail service knows about.Channel
GetTopChannelsResponseOrBuilder. getChannel(int index)
list of channels that the connection detail service knows about.static Channel
Channel. getDefaultInstance()
Channel
Channel.Builder. getDefaultInstanceForType()
Channel
Channel. getDefaultInstanceForType()
static Channel
Channel. parseDelimitedFrom(java.io.InputStream input)
static Channel
Channel. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(byte[] data)
static Channel
Channel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(com.google.protobuf.ByteString data)
static Channel
Channel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(com.google.protobuf.CodedInputStream input)
static Channel
Channel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(java.io.InputStream input)
static Channel
Channel. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(java.nio.ByteBuffer data)
static Channel
Channel. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type Channel Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Channel,Channel.Builder,ChannelOrBuilder>
GetChannelResponse.Builder. getChannelFieldBuilder()
The Channel that corresponds to the requested channel_id.private com.google.protobuf.RepeatedFieldBuilder<Channel,Channel.Builder,ChannelOrBuilder>
GetTopChannelsResponse.Builder. getChannelFieldBuilder()
java.util.List<Channel>
GetTopChannelsResponse.Builder. getChannelList()
list of channels that the connection detail service knows about.java.util.List<Channel>
GetTopChannelsResponse. getChannelList()
list of channels that the connection detail service knows about.java.util.List<Channel>
GetTopChannelsResponseOrBuilder. getChannelList()
list of channels that the connection detail service knows about.com.google.protobuf.Parser<Channel>
Channel. getParserForType()
static com.google.protobuf.Parser<Channel>
Channel. parser()
Methods in io.grpc.channelz.v1 with parameters of type Channel Modifier and Type Method Description GetTopChannelsResponse.Builder
GetTopChannelsResponse.Builder. addChannel(int index, Channel value)
list of channels that the connection detail service knows about.GetTopChannelsResponse.Builder
GetTopChannelsResponse.Builder. addChannel(Channel value)
list of channels that the connection detail service knows about.private void
Channel.Builder. buildPartial0(Channel result)
private void
Channel.Builder. buildPartialRepeatedFields(Channel result)
GetChannelResponse.Builder
GetChannelResponse.Builder. mergeChannel(Channel value)
The Channel that corresponds to the requested channel_id.Channel.Builder
Channel.Builder. mergeFrom(Channel other)
static Channel.Builder
Channel. newBuilder(Channel prototype)
GetChannelResponse.Builder
GetChannelResponse.Builder. setChannel(Channel value)
The Channel that corresponds to the requested channel_id.GetTopChannelsResponse.Builder
GetTopChannelsResponse.Builder. setChannel(int index, Channel value)
list of channels that the connection detail service knows about.Method parameters in io.grpc.channelz.v1 with type arguments of type Channel Modifier and Type Method Description GetTopChannelsResponse.Builder
GetTopChannelsResponse.Builder. addAllChannel(java.lang.Iterable<? extends Channel> values)
list of channels that the connection detail service knows about. -
Uses of Channel in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return Channel Modifier and Type Method Description (package private) static Channel
ChannelzProtoUtil. toChannel(InternalInstrumented<InternalChannelz.ChannelStats> channel)
-