Uses of Class
io.grpc.channelz.v1.ChannelData
Packages that use ChannelData
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of ChannelData in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ChannelDataModifier and TypeFieldDescriptionprivate ChannelDataChannel.Builder.data_private ChannelDataChannel.data_private ChannelDataSubchannel.Builder.data_private ChannelDataSubchannel.data_private static final ChannelDataChannelData.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type ChannelDataModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<ChannelData, ChannelData.Builder, ChannelDataOrBuilder> Channel.Builder.dataBuilder_private com.google.protobuf.SingleFieldBuilder<ChannelData, ChannelData.Builder, ChannelDataOrBuilder> Subchannel.Builder.dataBuilder_private static final com.google.protobuf.Parser<ChannelData> ChannelData.PARSERMethods in io.grpc.channelz.v1 that return ChannelDataModifier and TypeMethodDescriptionChannelData.Builder.build()ChannelData.Builder.buildPartial()Channel.Builder.getData()Data specific to this channel.Channel.getData()Data specific to this channel.ChannelOrBuilder.getData()Data specific to this channel.Subchannel.Builder.getData()Data specific to this channel.Subchannel.getData()Data specific to this channel.SubchannelOrBuilder.getData()Data specific to this channel.static ChannelDataChannelData.getDefaultInstance()ChannelData.Builder.getDefaultInstanceForType()ChannelData.getDefaultInstanceForType()static ChannelDataChannelData.parseDelimitedFrom(InputStream input) static ChannelDataChannelData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(byte[] data) static ChannelDataChannelData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(com.google.protobuf.ByteString data) static ChannelDataChannelData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(com.google.protobuf.CodedInputStream input) static ChannelDataChannelData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(InputStream input) static ChannelDataChannelData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelDataChannelData.parseFrom(ByteBuffer data) static ChannelDataChannelData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ChannelData> ChannelData.getParserForType()private com.google.protobuf.SingleFieldBuilder<ChannelData, ChannelData.Builder, ChannelDataOrBuilder> Channel.Builder.internalGetDataFieldBuilder()Data specific to this channel.private com.google.protobuf.SingleFieldBuilder<ChannelData, ChannelData.Builder, ChannelDataOrBuilder> Subchannel.Builder.internalGetDataFieldBuilder()Data specific to this channel.static com.google.protobuf.Parser<ChannelData> ChannelData.parser()Methods in io.grpc.channelz.v1 with parameters of type ChannelDataModifier and TypeMethodDescriptionprivate voidChannelData.Builder.buildPartial0(ChannelData result) Channel.Builder.mergeData(ChannelData value) Data specific to this channel.Subchannel.Builder.mergeData(ChannelData value) Data specific to this channel.ChannelData.Builder.mergeFrom(ChannelData other) static ChannelData.BuilderChannelData.newBuilder(ChannelData prototype) Channel.Builder.setData(ChannelData value) Data specific to this channel.Subchannel.Builder.setData(ChannelData value) Data specific to this channel. -
Uses of ChannelData in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return ChannelDataModifier and TypeMethodDescription(package private) static ChannelDataChannelzProtoUtil.extractChannelData(InternalChannelz.ChannelStats stats)