Class Transport
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Transport
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Transport>Json deserializer forTransport -
Method Summary
Modifier and TypeMethodDescriptionfinal List<TransportHistogram>The distribution of the time spent handling each inbound message on a transport thread, represented as a histogram.static Transportfinal List<TransportHistogram>The distribution of the time spent sending each outbound transport message on a transport thread, represented as a histogram.final 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 IntegerCurrent number of inbound TCP connections used for internal communication between nodes.protected static voidtoString()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.
-
Field Details
-
_DESERIALIZER
Json deserializer forTransport
-
-
Method Details
-
of
-
inboundHandlingTimeHistogram
The distribution of the time spent handling each inbound message on a transport thread, represented as a histogram.API name:
inbound_handling_time_histogram -
outboundHandlingTimeHistogram
The distribution of the time spent sending each outbound transport message on a transport thread, represented as a histogram.API name:
outbound_handling_time_histogram -
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 -
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 -
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 -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTransportDeserializer
-