Class Transport
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Transport
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Transport extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransport.BuilderBuilder forTransport. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Transport>_DESERIALIZERJson deserializer forTransport -
Method Summary
Modifier and Type Method Description java.util.List<TransportHistogram>inboundHandlingTimeHistogram()API name:inbound_handling_time_histogramstatic Transportof(java.util.function.Function<Transport.Builder,ObjectBuilder<Transport>> fn)java.util.List<TransportHistogram>outboundHandlingTimeHistogram()API name:outbound_handling_time_histogramjava.lang.LongrxCount()API name:rx_countjava.lang.StringrxSize()API name:rx_sizejava.lang.LongrxSizeInBytes()API 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)java.lang.IntegerserverOpen()API name:server_openprotected static voidsetupTransportDeserializer(ObjectDeserializer<Transport.Builder> op)java.lang.StringtoString()java.lang.LongtotalOutboundConnections()API name:total_outbound_connectionsjava.lang.LongtxCount()API name:tx_countjava.lang.StringtxSize()API name:tx_sizejava.lang.LongtxSizeInBytes()API name:tx_size_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forTransport
-
-
Method Details
-
of
public static Transport of(java.util.function.Function<Transport.Builder,ObjectBuilder<Transport>> fn) -
inboundHandlingTimeHistogram
API name:inbound_handling_time_histogram -
outboundHandlingTimeHistogram
API name:outbound_handling_time_histogram -
rxCount
@Nullable public final java.lang.Long rxCount()API name:rx_count -
rxSize
@Nullable public final java.lang.String rxSize()API name:rx_size -
rxSizeInBytes
@Nullable public final java.lang.Long rxSizeInBytes()API name:rx_size_in_bytes -
serverOpen
@Nullable public final java.lang.Integer serverOpen()API name:server_open -
txCount
@Nullable public final java.lang.Long txCount()API name:tx_count -
txSize
@Nullable public final java.lang.String txSize()API name:tx_size -
txSizeInBytes
@Nullable public final java.lang.Long txSizeInBytes()API name:tx_size_in_bytes -
totalOutboundConnections
@Nullable public final java.lang.Long totalOutboundConnections()API name:total_outbound_connections -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupTransportDeserializer
-