Uses of Class
io.grpc.channelz.v1.Channel
-
Packages that use Channel Package Description io.grpc.channelz.v1 -
-
Uses of Channel in io.grpc.channelz.v1
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(InputStream input)
static Channel
Channel. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(byte[] data)
static Channel
Channel. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(ByteString data)
static Channel
Channel. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(CodedInputStream input)
static Channel
Channel. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(InputStream input)
static Channel
Channel. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Channel
Channel. parseFrom(ByteBuffer data)
static Channel
Channel. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type Channel Modifier and Type Method Description List<Channel>
GetTopChannelsResponse.Builder. getChannelList()
list of channels that the connection detail service knows about.List<Channel>
GetTopChannelsResponse. getChannelList()
list of channels that the connection detail service knows about.List<Channel>
GetTopChannelsResponseOrBuilder. getChannelList()
list of channels that the connection detail service knows about.Parser<Channel>
Channel. getParserForType()
static 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.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(Iterable<? extends Channel> values)
list of channels that the connection detail service knows about.
-