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 ChannelData
Channel.Builder.data_
private ChannelData
Channel.data_
private ChannelData
Subchannel.Builder.data_
private ChannelData
Subchannel.data_
private static final ChannelData
ChannelData.DEFAULT_INSTANCE
Fields 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.PARSER
Methods 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 ChannelData
ChannelData.getDefaultInstance()
ChannelData.Builder.getDefaultInstanceForType()
ChannelData.getDefaultInstanceForType()
static ChannelData
ChannelData.parseDelimitedFrom
(InputStream input) static ChannelData
ChannelData.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelData
ChannelData.parseFrom
(byte[] data) static ChannelData
ChannelData.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelData
ChannelData.parseFrom
(com.google.protobuf.ByteString data) static ChannelData
ChannelData.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelData
ChannelData.parseFrom
(com.google.protobuf.CodedInputStream input) static ChannelData
ChannelData.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelData
ChannelData.parseFrom
(InputStream input) static ChannelData
ChannelData.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelData
ChannelData.parseFrom
(ByteBuffer data) static ChannelData
ChannelData.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelDataModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ChannelData, ChannelData.Builder, ChannelDataOrBuilder> Channel.Builder.getDataFieldBuilder()
Data specific to this channel.private com.google.protobuf.SingleFieldBuilder
<ChannelData, ChannelData.Builder, ChannelDataOrBuilder> Subchannel.Builder.getDataFieldBuilder()
Data specific to this channel.com.google.protobuf.Parser
<ChannelData> ChannelData.getParserForType()
static com.google.protobuf.Parser
<ChannelData> ChannelData.parser()
Methods in io.grpc.channelz.v1 with parameters of type ChannelDataModifier and TypeMethodDescriptionprivate void
ChannelData.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.Builder
ChannelData.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 ChannelData
ChannelzProtoUtil.extractChannelData
(InternalChannelz.ChannelStats stats)