public interface ChannelDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCallsFailed()
The number of calls that have completed with a non-OK status
|
long |
getCallsStarted()
The number of calls started on the channel
|
long |
getCallsSucceeded()
The number of calls that have completed with an OK status
|
com.google.protobuf.Timestamp |
getLastCallStartedTimestamp()
The last time a call was started on the channel.
|
com.google.protobuf.TimestampOrBuilder |
getLastCallStartedTimestampOrBuilder()
The last time a call was started on the channel.
|
ChannelConnectivityState |
getState()
The connectivity state of the channel or subchannel.
|
ChannelConnectivityStateOrBuilder |
getStateOrBuilder()
The connectivity state of the channel or subchannel.
|
String |
getTarget()
The target this channel originally tried to connect to.
|
com.google.protobuf.ByteString |
getTargetBytes()
The target this channel originally tried to connect to.
|
ChannelTrace |
getTrace()
A trace of recent events on the channel.
|
ChannelTraceOrBuilder |
getTraceOrBuilder()
A trace of recent events on the channel.
|
boolean |
hasLastCallStartedTimestamp()
The last time a call was started on the channel.
|
boolean |
hasState()
The connectivity state of the channel or subchannel.
|
boolean |
hasTrace()
A trace of recent events on the channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasState()
The connectivity state of the channel or subchannel. Implementations should always set this.
.grpc.channelz.v1.ChannelConnectivityState state = 1;ChannelConnectivityState getState()
The connectivity state of the channel or subchannel. Implementations should always set this.
.grpc.channelz.v1.ChannelConnectivityState state = 1;ChannelConnectivityStateOrBuilder getStateOrBuilder()
The connectivity state of the channel or subchannel. Implementations should always set this.
.grpc.channelz.v1.ChannelConnectivityState state = 1;String getTarget()
The target this channel originally tried to connect to. May be absent
string target = 2;com.google.protobuf.ByteString getTargetBytes()
The target this channel originally tried to connect to. May be absent
string target = 2;boolean hasTrace()
A trace of recent events on the channel. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 3;ChannelTrace getTrace()
A trace of recent events on the channel. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 3;ChannelTraceOrBuilder getTraceOrBuilder()
A trace of recent events on the channel. May be absent.
.grpc.channelz.v1.ChannelTrace trace = 3;long getCallsStarted()
The number of calls started on the channel
int64 calls_started = 4;long getCallsSucceeded()
The number of calls that have completed with an OK status
int64 calls_succeeded = 5;long getCallsFailed()
The number of calls that have completed with a non-OK status
int64 calls_failed = 6;boolean hasLastCallStartedTimestamp()
The last time a call was started on the channel.
.google.protobuf.Timestamp last_call_started_timestamp = 7;com.google.protobuf.Timestamp getLastCallStartedTimestamp()
The last time a call was started on the channel.
.google.protobuf.Timestamp last_call_started_timestamp = 7;com.google.protobuf.TimestampOrBuilder getLastCallStartedTimestampOrBuilder()
The last time a call was started on the channel.
.google.protobuf.Timestamp last_call_started_timestamp = 7;