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 ChannelChannel.Builder. build()ChannelChannel.Builder. buildPartial()ChannelGetChannelResponse.Builder. getChannel()The Channel that corresponds to the requested channel_id.ChannelGetChannelResponse. getChannel()The Channel that corresponds to the requested channel_id.ChannelGetChannelResponseOrBuilder. getChannel()The Channel that corresponds to the requested channel_id.ChannelGetTopChannelsResponse.Builder. getChannel(int index)list of channels that the connection detail service knows about.ChannelGetTopChannelsResponse. getChannel(int index)list of channels that the connection detail service knows about.ChannelGetTopChannelsResponseOrBuilder. getChannel(int index)list of channels that the connection detail service knows about.static ChannelChannel. getDefaultInstance()ChannelChannel.Builder. getDefaultInstanceForType()ChannelChannel. getDefaultInstanceForType()static ChannelChannel. parseDelimitedFrom(InputStream input)static ChannelChannel. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(byte[] data)static ChannelChannel. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(ByteString data)static ChannelChannel. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(CodedInputStream input)static ChannelChannel. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(InputStream input)static ChannelChannel. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(ByteBuffer data)static ChannelChannel. 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.BuilderGetTopChannelsResponse.Builder. addChannel(int index, Channel value)list of channels that the connection detail service knows about.GetTopChannelsResponse.BuilderGetTopChannelsResponse.Builder. addChannel(Channel value)list of channels that the connection detail service knows about.GetChannelResponse.BuilderGetChannelResponse.Builder. mergeChannel(Channel value)The Channel that corresponds to the requested channel_id.Channel.BuilderChannel.Builder. mergeFrom(Channel other)static Channel.BuilderChannel. newBuilder(Channel prototype)GetChannelResponse.BuilderGetChannelResponse.Builder. setChannel(Channel value)The Channel that corresponds to the requested channel_id.GetTopChannelsResponse.BuilderGetTopChannelsResponse.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.BuilderGetTopChannelsResponse.Builder. addAllChannel(Iterable<? extends Channel> values)list of channels that the connection detail service knows about.
-