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 ChannelGetChannelResponse.Builder. channel_private ChannelGetChannelResponse. channel_private static ChannelChannel. DEFAULT_INSTANCEFields 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. PARSERMethods 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(java.io.InputStream input)static ChannelChannel. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(byte[] data)static ChannelChannel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(com.google.protobuf.ByteString data)static ChannelChannel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(com.google.protobuf.CodedInputStream input)static ChannelChannel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(java.io.InputStream input)static ChannelChannel. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ChannelChannel. parseFrom(java.nio.ByteBuffer data)static ChannelChannel. 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.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.private voidChannel.Builder. buildPartial0(Channel result)private voidChannel.Builder. buildPartialRepeatedFields(Channel result)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(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 ChannelChannelzProtoUtil. toChannel(InternalInstrumented<InternalChannelz.ChannelStats> channel)
-