public interface SocketDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getKeepAlivesSent()
The number of keep alives sent.
|
com.google.protobuf.Timestamp |
getLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.
|
com.google.protobuf.TimestampOrBuilder |
getLastLocalStreamCreatedTimestampOrBuilder()
The last time a stream was created by this endpoint.
|
com.google.protobuf.Timestamp |
getLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
|
com.google.protobuf.TimestampOrBuilder |
getLastMessageReceivedTimestampOrBuilder()
The last time a message was received by this endpoint.
|
com.google.protobuf.Timestamp |
getLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
|
com.google.protobuf.TimestampOrBuilder |
getLastMessageSentTimestampOrBuilder()
The last time a message was sent by this endpoint.
|
com.google.protobuf.Timestamp |
getLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.
|
com.google.protobuf.TimestampOrBuilder |
getLastRemoteStreamCreatedTimestampOrBuilder()
The last time a stream was created by the remote endpoint.
|
com.google.protobuf.Int64Value |
getLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.
|
com.google.protobuf.Int64ValueOrBuilder |
getLocalFlowControlWindowOrBuilder()
The amount of window, granted to the local endpoint by the remote endpoint.
|
long |
getMessagesReceived()
The number of grpc messages received on this socket.
|
long |
getMessagesSent()
The number of grpc messages successfully sent on this socket.
|
SocketOption |
getOption(int index)
Socket options set on this socket.
|
int |
getOptionCount()
Socket options set on this socket.
|
List<SocketOption> |
getOptionList()
Socket options set on this socket.
|
SocketOptionOrBuilder |
getOptionOrBuilder(int index)
Socket options set on this socket.
|
List<? extends SocketOptionOrBuilder> |
getOptionOrBuilderList()
Socket options set on this socket.
|
com.google.protobuf.Int64Value |
getRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.
|
com.google.protobuf.Int64ValueOrBuilder |
getRemoteFlowControlWindowOrBuilder()
The amount of window, granted to the remote endpoint by the local endpoint.
|
long |
getStreamsFailed()
The number of streams that have ended unsuccessfully:
On client side, ended without receiving frame with eos bit set;
On server side, ended without sending frame with eos bit set.
|
long |
getStreamsStarted()
The number of streams that have been started.
|
long |
getStreamsSucceeded()
The number of streams that have ended successfully:
On client side, received frame with eos bit set;
On server side, sent frame with eos bit set.
|
boolean |
hasLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.
|
boolean |
hasLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
|
boolean |
hasLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
|
boolean |
hasLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.
|
boolean |
hasLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.
|
boolean |
hasRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStreamsStarted()
The number of streams that have been started.
int64 streams_started = 1;long getStreamsSucceeded()
The number of streams that have ended successfully: On client side, received frame with eos bit set; On server side, sent frame with eos bit set.
int64 streams_succeeded = 2;long getStreamsFailed()
The number of streams that have ended unsuccessfully: On client side, ended without receiving frame with eos bit set; On server side, ended without sending frame with eos bit set.
int64 streams_failed = 3;long getMessagesSent()
The number of grpc messages successfully sent on this socket.
int64 messages_sent = 4;long getMessagesReceived()
The number of grpc messages received on this socket.
int64 messages_received = 5;long getKeepAlivesSent()
The number of keep alives sent. This is typically implemented with HTTP/2 ping messages.
int64 keep_alives_sent = 6;boolean hasLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;com.google.protobuf.Timestamp getLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;com.google.protobuf.TimestampOrBuilder getLastLocalStreamCreatedTimestampOrBuilder()
The last time a stream was created by this endpoint. Usually unset for servers.
.google.protobuf.Timestamp last_local_stream_created_timestamp = 7;boolean hasLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;com.google.protobuf.Timestamp getLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;com.google.protobuf.TimestampOrBuilder getLastRemoteStreamCreatedTimestampOrBuilder()
The last time a stream was created by the remote endpoint. Usually unset for clients.
.google.protobuf.Timestamp last_remote_stream_created_timestamp = 8;boolean hasLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;com.google.protobuf.Timestamp getLastMessageSentTimestamp()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;com.google.protobuf.TimestampOrBuilder getLastMessageSentTimestampOrBuilder()
The last time a message was sent by this endpoint.
.google.protobuf.Timestamp last_message_sent_timestamp = 9;boolean hasLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;com.google.protobuf.Timestamp getLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;com.google.protobuf.TimestampOrBuilder getLastMessageReceivedTimestampOrBuilder()
The last time a message was received by this endpoint.
.google.protobuf.Timestamp last_message_received_timestamp = 10;boolean hasLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value local_flow_control_window = 11;com.google.protobuf.Int64Value getLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value local_flow_control_window = 11;com.google.protobuf.Int64ValueOrBuilder getLocalFlowControlWindowOrBuilder()
The amount of window, granted to the local endpoint by the remote endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value local_flow_control_window = 11;boolean hasRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value remote_flow_control_window = 12;com.google.protobuf.Int64Value getRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value remote_flow_control_window = 12;com.google.protobuf.Int64ValueOrBuilder getRemoteFlowControlWindowOrBuilder()
The amount of window, granted to the remote endpoint by the local endpoint. This may be slightly out of date due to network latency. This does NOT include stream level or TCP level flow control info.
.google.protobuf.Int64Value remote_flow_control_window = 12;List<SocketOption> getOptionList()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;SocketOption getOption(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;int getOptionCount()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;List<? extends SocketOptionOrBuilder> getOptionOrBuilderList()
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;SocketOptionOrBuilder getOptionOrBuilder(int index)
Socket options set on this socket. May be absent if 'summary' is set on GetSocketRequest.
repeated .grpc.channelz.v1.SocketOption option = 13;