Uses of Class
io.grpc.channelz.v1.ChannelData.Builder
Packages that use ChannelData.Builder
-
Uses of ChannelData.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type ChannelData.BuilderModifier 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_
Methods in io.grpc.channelz.v1 that return ChannelData.BuilderModifier and TypeMethodDescriptionChannelData.Builder.clear()
ChannelData.Builder.clearCallsFailed()
The number of calls that have completed with a non-OK statusChannelData.Builder.clearCallsStarted()
The number of calls started on the channelChannelData.Builder.clearCallsSucceeded()
The number of calls that have completed with an OK statusChannelData.Builder.clearLastCallStartedTimestamp()
The last time a call was started on the channel.ChannelData.Builder.clearState()
The connectivity state of the channel or subchannel.ChannelData.Builder.clearTarget()
The target this channel originally tried to connect to.ChannelData.Builder.clearTrace()
A trace of recent events on the channel.Channel.Builder.getDataBuilder()
Data specific to this channel.Subchannel.Builder.getDataBuilder()
Data specific to this channel.ChannelData.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ChannelData.Builder.mergeFrom
(com.google.protobuf.Message other) ChannelData.Builder.mergeFrom
(ChannelData other) ChannelData.Builder.mergeLastCallStartedTimestamp
(com.google.protobuf.Timestamp value) The last time a call was started on the channel.ChannelData.Builder.mergeState
(ChannelConnectivityState value) The connectivity state of the channel or subchannel.ChannelData.Builder.mergeTrace
(ChannelTrace value) A trace of recent events on the channel.static ChannelData.Builder
ChannelData.newBuilder()
static ChannelData.Builder
ChannelData.newBuilder
(ChannelData prototype) ChannelData.newBuilderForType()
protected ChannelData.Builder
ChannelData.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ChannelData.Builder.setCallsFailed
(long value) The number of calls that have completed with a non-OK statusChannelData.Builder.setCallsStarted
(long value) The number of calls started on the channelChannelData.Builder.setCallsSucceeded
(long value) The number of calls that have completed with an OK statusChannelData.Builder.setLastCallStartedTimestamp
(com.google.protobuf.Timestamp value) The last time a call was started on the channel.ChannelData.Builder.setLastCallStartedTimestamp
(com.google.protobuf.Timestamp.Builder builderForValue) The last time a call was started on the channel.ChannelData.Builder.setState
(ChannelConnectivityState value) The connectivity state of the channel or subchannel.ChannelData.Builder.setState
(ChannelConnectivityState.Builder builderForValue) The connectivity state of the channel or subchannel.The target this channel originally tried to connect to.ChannelData.Builder.setTargetBytes
(com.google.protobuf.ByteString value) The target this channel originally tried to connect to.ChannelData.Builder.setTrace
(ChannelTrace value) A trace of recent events on the channel.ChannelData.Builder.setTrace
(ChannelTrace.Builder builderForValue) A trace of recent events on the channel.ChannelData.toBuilder()
Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelData.BuilderModifier and TypeMethodDescriptionprivate 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.Methods in io.grpc.channelz.v1 with parameters of type ChannelData.BuilderModifier and TypeMethodDescriptionChannel.Builder.setData
(ChannelData.Builder builderForValue) Data specific to this channel.Subchannel.Builder.setData
(ChannelData.Builder builderForValue) Data specific to this channel.