ChannelData.Builder |
ChannelData.Builder.clear() |
|
ChannelData.Builder |
ChannelData.Builder.clearCallsFailed() |
The number of calls that have completed with a non-OK status
|
ChannelData.Builder |
ChannelData.Builder.clearCallsStarted() |
The number of calls started on the channel
|
ChannelData.Builder |
ChannelData.Builder.clearCallsSucceeded() |
The number of calls that have completed with an OK status
|
ChannelData.Builder |
ChannelData.Builder.clearLastCallStartedTimestamp() |
The last time a call was started on the channel.
|
ChannelData.Builder |
ChannelData.Builder.clearState() |
The connectivity state of the channel or subchannel.
|
ChannelData.Builder |
ChannelData.Builder.clearTarget() |
The target this channel originally tried to connect to.
|
ChannelData.Builder |
ChannelData.Builder.clearTrace() |
A trace of recent events on the channel.
|
ChannelData.Builder |
Channel.Builder.getDataBuilder() |
Data specific to this channel.
|
ChannelData.Builder |
Subchannel.Builder.getDataBuilder() |
Data specific to this channel.
|
ChannelData.Builder |
ChannelData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ChannelData.Builder |
ChannelData.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ChannelData.Builder |
ChannelData.Builder.mergeFrom(ChannelData other) |
|
ChannelData.Builder |
ChannelData.Builder.mergeLastCallStartedTimestamp(com.google.protobuf.Timestamp value) |
The last time a call was started on the channel.
|
ChannelData.Builder |
ChannelData.Builder.mergeState(ChannelConnectivityState value) |
The connectivity state of the channel or subchannel.
|
ChannelData.Builder |
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.Builder |
ChannelData.newBuilderForType() |
|
protected ChannelData.Builder |
ChannelData.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
ChannelData.Builder |
ChannelData.Builder.setCallsFailed(long value) |
The number of calls that have completed with a non-OK status
|
ChannelData.Builder |
ChannelData.Builder.setCallsStarted(long value) |
The number of calls started on the channel
|
ChannelData.Builder |
ChannelData.Builder.setCallsSucceeded(long value) |
The number of calls that have completed with an OK status
|
ChannelData.Builder |
ChannelData.Builder.setLastCallStartedTimestamp(com.google.protobuf.Timestamp value) |
The last time a call was started on the channel.
|
ChannelData.Builder |
ChannelData.Builder.setLastCallStartedTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) |
The last time a call was started on the channel.
|
ChannelData.Builder |
ChannelData.Builder.setState(ChannelConnectivityState value) |
The connectivity state of the channel or subchannel.
|
ChannelData.Builder |
ChannelData.Builder.setState(ChannelConnectivityState.Builder builderForValue) |
The connectivity state of the channel or subchannel.
|
ChannelData.Builder |
ChannelData.Builder.setTarget(java.lang.String value) |
The target this channel originally tried to connect to.
|
ChannelData.Builder |
ChannelData.Builder.setTargetBytes(com.google.protobuf.ByteString value) |
The target this channel originally tried to connect to.
|
ChannelData.Builder |
ChannelData.Builder.setTrace(ChannelTrace value) |
A trace of recent events on the channel.
|
ChannelData.Builder |
ChannelData.Builder.setTrace(ChannelTrace.Builder builderForValue) |
A trace of recent events on the channel.
|
ChannelData.Builder |
ChannelData.toBuilder() |
|