Uses of Class
io.grpc.channelz.v1.SocketData.Builder
Packages that use SocketData.Builder
-
Uses of SocketData.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type SocketData.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SocketData, SocketData.Builder, SocketDataOrBuilder> Socket.Builder.dataBuilder_
Methods in io.grpc.channelz.v1 that return SocketData.BuilderModifier and TypeMethodDescriptionSocketData.Builder.addAllOption
(Iterable<? extends SocketOption> values) Socket options set on this socket.SocketData.Builder.addOption
(int index, SocketOption value) Socket options set on this socket.SocketData.Builder.addOption
(int index, SocketOption.Builder builderForValue) Socket options set on this socket.SocketData.Builder.addOption
(SocketOption value) Socket options set on this socket.SocketData.Builder.addOption
(SocketOption.Builder builderForValue) Socket options set on this socket.SocketData.Builder.clear()
SocketData.Builder.clearKeepAlivesSent()
The number of keep alives sent.SocketData.Builder.clearLastLocalStreamCreatedTimestamp()
The last time a stream was created by this endpoint.SocketData.Builder.clearLastMessageReceivedTimestamp()
The last time a message was received by this endpoint.SocketData.Builder.clearLastMessageSentTimestamp()
The last time a message was sent by this endpoint.SocketData.Builder.clearLastRemoteStreamCreatedTimestamp()
The last time a stream was created by the remote endpoint.SocketData.Builder.clearLocalFlowControlWindow()
The amount of window, granted to the local endpoint by the remote endpoint.SocketData.Builder.clearMessagesReceived()
The number of grpc messages received on this socket.SocketData.Builder.clearMessagesSent()
The number of grpc messages successfully sent on this socket.SocketData.Builder.clearOption()
Socket options set on this socket.SocketData.Builder.clearRemoteFlowControlWindow()
The amount of window, granted to the remote endpoint by the local endpoint.SocketData.Builder.clearStreamsFailed()
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.SocketData.Builder.clearStreamsStarted()
The number of streams that have been started.SocketData.Builder.clearStreamsSucceeded()
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.Socket.Builder.getDataBuilder()
Data specific to this Socket.SocketData.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SocketData.Builder.mergeFrom
(com.google.protobuf.Message other) SocketData.Builder.mergeFrom
(SocketData other) SocketData.Builder.mergeLastLocalStreamCreatedTimestamp
(com.google.protobuf.Timestamp value) The last time a stream was created by this endpoint.SocketData.Builder.mergeLastMessageReceivedTimestamp
(com.google.protobuf.Timestamp value) The last time a message was received by this endpoint.SocketData.Builder.mergeLastMessageSentTimestamp
(com.google.protobuf.Timestamp value) The last time a message was sent by this endpoint.SocketData.Builder.mergeLastRemoteStreamCreatedTimestamp
(com.google.protobuf.Timestamp value) The last time a stream was created by the remote endpoint.SocketData.Builder.mergeLocalFlowControlWindow
(com.google.protobuf.Int64Value value) The amount of window, granted to the local endpoint by the remote endpoint.SocketData.Builder.mergeRemoteFlowControlWindow
(com.google.protobuf.Int64Value value) The amount of window, granted to the remote endpoint by the local endpoint.static SocketData.Builder
SocketData.newBuilder()
static SocketData.Builder
SocketData.newBuilder
(SocketData prototype) SocketData.newBuilderForType()
protected SocketData.Builder
SocketData.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) SocketData.Builder.removeOption
(int index) Socket options set on this socket.SocketData.Builder.setKeepAlivesSent
(long value) The number of keep alives sent.SocketData.Builder.setLastLocalStreamCreatedTimestamp
(com.google.protobuf.Timestamp value) The last time a stream was created by this endpoint.SocketData.Builder.setLastLocalStreamCreatedTimestamp
(com.google.protobuf.Timestamp.Builder builderForValue) The last time a stream was created by this endpoint.SocketData.Builder.setLastMessageReceivedTimestamp
(com.google.protobuf.Timestamp value) The last time a message was received by this endpoint.SocketData.Builder.setLastMessageReceivedTimestamp
(com.google.protobuf.Timestamp.Builder builderForValue) The last time a message was received by this endpoint.SocketData.Builder.setLastMessageSentTimestamp
(com.google.protobuf.Timestamp value) The last time a message was sent by this endpoint.SocketData.Builder.setLastMessageSentTimestamp
(com.google.protobuf.Timestamp.Builder builderForValue) The last time a message was sent by this endpoint.SocketData.Builder.setLastRemoteStreamCreatedTimestamp
(com.google.protobuf.Timestamp value) The last time a stream was created by the remote endpoint.SocketData.Builder.setLastRemoteStreamCreatedTimestamp
(com.google.protobuf.Timestamp.Builder builderForValue) The last time a stream was created by the remote endpoint.SocketData.Builder.setLocalFlowControlWindow
(com.google.protobuf.Int64Value value) The amount of window, granted to the local endpoint by the remote endpoint.SocketData.Builder.setLocalFlowControlWindow
(com.google.protobuf.Int64Value.Builder builderForValue) The amount of window, granted to the local endpoint by the remote endpoint.SocketData.Builder.setMessagesReceived
(long value) The number of grpc messages received on this socket.SocketData.Builder.setMessagesSent
(long value) The number of grpc messages successfully sent on this socket.SocketData.Builder.setOption
(int index, SocketOption value) Socket options set on this socket.SocketData.Builder.setOption
(int index, SocketOption.Builder builderForValue) Socket options set on this socket.SocketData.Builder.setRemoteFlowControlWindow
(com.google.protobuf.Int64Value value) The amount of window, granted to the remote endpoint by the local endpoint.SocketData.Builder.setRemoteFlowControlWindow
(com.google.protobuf.Int64Value.Builder builderForValue) The amount of window, granted to the remote endpoint by the local endpoint.SocketData.Builder.setStreamsFailed
(long value) 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.SocketData.Builder.setStreamsStarted
(long value) The number of streams that have been started.SocketData.Builder.setStreamsSucceeded
(long value) 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.SocketData.toBuilder()
Methods in io.grpc.channelz.v1 that return types with arguments of type SocketData.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SocketData, SocketData.Builder, SocketDataOrBuilder> Socket.Builder.internalGetDataFieldBuilder()
Data specific to this Socket.Methods in io.grpc.channelz.v1 with parameters of type SocketData.BuilderModifier and TypeMethodDescriptionSocket.Builder.setData
(SocketData.Builder builderForValue) Data specific to this Socket.