Uses of Class
io.grpc.channelz.v1.Channel
Packages that use Channel
Package
Description
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 ChannelModifier and TypeFieldDescriptionprivate ChannelGetChannelResponse.Builder.channel_private ChannelGetChannelResponse.channel_private static final ChannelChannel.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type ChannelModifier and TypeFieldDescriptionGetTopChannelsResponse.Builder.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 final com.google.protobuf.Parser<Channel> Channel.PARSERMethods in io.grpc.channelz.v1 that return ChannelModifier and TypeMethodDescriptionChannel.Builder.build()Channel.Builder.buildPartial()GetChannelResponse.Builder.getChannel()The Channel that corresponds to the requested channel_id.GetChannelResponse.getChannel()The Channel that corresponds to the requested channel_id.GetChannelResponseOrBuilder.getChannel()The Channel that corresponds to the requested channel_id.GetTopChannelsResponse.Builder.getChannel(int index) list of channels that the connection detail service knows about.GetTopChannelsResponse.getChannel(int index) list of channels that the connection detail service knows about.GetTopChannelsResponseOrBuilder.getChannel(int index) list of channels that the connection detail service knows about.static ChannelChannel.getDefaultInstance()Channel.Builder.getDefaultInstanceForType()Channel.getDefaultInstanceForType()static ChannelChannel.parseDelimitedFrom(InputStream input) static ChannelChannel.parseDelimitedFrom(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(InputStream input) static ChannelChannel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelChannel.parseFrom(ByteBuffer data) static ChannelChannel.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.getChannelList()list of channels that the connection detail service knows about.GetTopChannelsResponse.getChannelList()list of channels that the connection detail service knows about.GetTopChannelsResponseOrBuilder.getChannelList()list of channels that the connection detail service knows about.com.google.protobuf.Parser<Channel> Channel.getParserForType()private com.google.protobuf.SingleFieldBuilder<Channel, Channel.Builder, ChannelOrBuilder> GetChannelResponse.Builder.internalGetChannelFieldBuilder()The Channel that corresponds to the requested channel_id.private com.google.protobuf.RepeatedFieldBuilder<Channel, Channel.Builder, ChannelOrBuilder> GetTopChannelsResponse.Builder.internalGetChannelFieldBuilder()static com.google.protobuf.Parser<Channel> Channel.parser()Methods in io.grpc.channelz.v1 with parameters of type ChannelModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.addChannel(int index, Channel value) list of channels that the connection detail service knows about.GetTopChannelsResponse.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.Builder.mergeChannel(Channel value) The Channel that corresponds to the requested channel_id.static Channel.BuilderChannel.newBuilder(Channel prototype) GetChannelResponse.Builder.setChannel(Channel value) The Channel that corresponds to the requested channel_id.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 ChannelModifier and TypeMethodDescriptionGetTopChannelsResponse.Builder.addAllChannel(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 ChannelModifier and TypeMethodDescription(package private) static ChannelChannelzProtoUtil.toChannel(InternalInstrumented<InternalChannelz.ChannelStats> channel)