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>API name:inbound_handling_time_histogramstatic Transportfinal List<TransportHistogram>API name:outbound_handling_time_histogramfinal LongrxCount()API name:rx_countfinal StringrxSize()API name:rx_sizefinal LongAPI name:rx_size_in_bytesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final IntegerAPI name:server_openprotected static voidtoString()final LongAPI name:total_outbound_connectionsfinal LongtxCount()API name:tx_countfinal StringtxSize()API name:tx_sizefinal LongAPI name:tx_size_in_bytes
-
Field Details
-
_DESERIALIZER
Json deserializer forTransport
-
-
Method Details
-
of
-
inboundHandlingTimeHistogram
API name:inbound_handling_time_histogram -
outboundHandlingTimeHistogram
API name:outbound_handling_time_histogram -
rxCount
API name:rx_count -
rxSize
API name:rx_size -
rxSizeInBytes
API name:rx_size_in_bytes -
serverOpen
API name:server_open -
txCount
API name:tx_count -
txSize
API name:tx_size -
txSizeInBytes
API name:tx_size_in_bytes -
totalOutboundConnections
API name:total_outbound_connections -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTransportDeserializer
-