Class Transport
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Transport
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Transport extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description Transport(Transport.Builder builder)Transport(java.util.function.Function<Transport.Builder,Transport.Builder> fn) -
Method Summary
Modifier and Type Method Description longrxCount()Required - API name:rx_countjava.lang.StringrxSize()Required - API name:rx_sizelongrxSizeInBytes()Required - 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)intserverOpen()Required - API name:server_openprotected static voidsetupTransportDeserializer(DelegatingDeserializer<Transport.Builder> op)longtxCount()Required - API name:tx_countjava.lang.StringtxSize()Required - API name:tx_sizelongtxSizeInBytes()Required - API name:tx_size_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forTransport
-
-
Constructor Details
-
Transport
-
Transport
-
-
Method Details
-
rxCount
public long rxCount()Required - API name:rx_count -
rxSize
public java.lang.String rxSize()Required - API name:rx_size -
rxSizeInBytes
public long rxSizeInBytes()Required - API name:rx_size_in_bytes -
serverOpen
public int serverOpen()Required - API name:server_open -
txCount
public long txCount()Required - API name:tx_count -
txSize
public java.lang.String txSize()Required - API name:tx_size -
txSizeInBytes
public long txSizeInBytes()Required - API name:tx_size_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupTransportDeserializer
-