Class Transport
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.Transport
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<Transport.Builder,Transport>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class Transport
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<Transport.Builder,Transport>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Transport> Json deserializer forTransport -
Method Summary
Modifier and TypeMethodDescriptionstatic Transport.Builderbuilder()booleaninthashCode()static Transportfinal LongrxCount()Total number of RX (receive) packets received by the node during internal cluster communication.final StringrxSize()Size of RX packets received by the node during internal cluster communication.final LongSize, in bytes, of RX packets received by the node during internal cluster communication.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final LongCurrent number of inbound TCP connections used for internal communication between nodes.protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final LongThe cumulative number of outbound transport connections that this node has opened since it started.final LongtxCount()Total number of TX (transmit) packets sent by the node during internal cluster communication.final StringtxSize()Size of TX packets sent by the node during internal cluster communication.final LongSize, in bytes, of TX packets sent by the node during internal cluster communication.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forTransport
-
-
Method Details
-
of
-
rxCount
Total number of RX (receive) packets received by the node during internal cluster communication.API name:
rx_count -
rxSize
Size of RX packets received by the node during internal cluster communication.API name:
rx_size -
rxSizeInBytes
Size, in bytes, of RX packets received by the node during internal cluster communication.API name:
rx_size_in_bytes -
serverOpen
Current number of inbound TCP connections used for internal communication between nodes.API name:
server_open -
totalOutboundConnections
The cumulative number of outbound transport connections that this node has opened since it started. Each transport connection may comprise multiple TCP connections but is only counted once in this statistic. Transport connections are typically long-lived so this statistic should remain constant in a stable cluster.API name:
total_outbound_connections -
txCount
Total number of TX (transmit) packets sent by the node during internal cluster communication.API name:
tx_count -
txSize
Size of TX packets sent by the node during internal cluster communication.API name:
tx_size -
txSizeInBytes
Size, in bytes, of TX packets sent by the node during internal cluster communication.API name:
tx_size_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Transport.Builder,Transport> - Returns:
- a new builder instance.
-
builder
-
setupTransportDeserializer
-
hashCode
public int hashCode() -
equals
-