| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Method and Description |
|---|---|
ChannelData.Builder |
ChannelData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ChannelData.Builder |
ChannelData.Builder.clearLastCallStartedTimestamp()
The last time a call was started on the channel.
|
ChannelData.Builder |
ChannelData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
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 |
ChannelData.Builder.clone() |
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(ChannelData other) |
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.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.
|
ChannelData.Builder |
ChannelData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ChannelData.Builder |
ChannelData.newBuilder() |
static ChannelData.Builder |
ChannelData.newBuilder(ChannelData prototype) |
ChannelData.Builder |
ChannelData.newBuilderForType() |
protected ChannelData.Builder |
ChannelData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.setLastCallStartedTimestamp(com.google.protobuf.Timestamp value)
The last time a call was started on the channel.
|
ChannelData.Builder |
ChannelData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ChannelData.Builder |
ChannelData.Builder.setState(ChannelConnectivityState.Builder builderForValue)
The connectivity state of the channel or subchannel.
|
ChannelData.Builder |
ChannelData.Builder.setState(ChannelConnectivityState value)
The connectivity state of the channel or subchannel.
|
ChannelData.Builder |
ChannelData.Builder.setTarget(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.Builder builderForValue)
A trace of recent events on the channel.
|
ChannelData.Builder |
ChannelData.Builder.setTrace(ChannelTrace value)
A trace of recent events on the channel.
|
ChannelData.Builder |
ChannelData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ChannelData.Builder |
ChannelData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.setData(ChannelData.Builder builderForValue)
Data specific to this channel.
|
Subchannel.Builder |
Subchannel.Builder.setData(ChannelData.Builder builderForValue)
Data specific to this channel.
|