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 static Transportof(java.util.function.Function<Transport.Builder,ObjectBuilder<Transport>> fn)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(ObjectDeserializer<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
-
-
Method Details
-
of
public static Transport of(java.util.function.Function<Transport.Builder,ObjectBuilder<Transport>> fn) -
rxCount
public final long rxCount()Required - API name:rx_count -
rxSize
public final java.lang.String rxSize()Required - API name:rx_size -
rxSizeInBytes
public final long rxSizeInBytes()Required - API name:rx_size_in_bytes -
serverOpen
public final int serverOpen()Required - API name:server_open -
txCount
public final long txCount()Required - API name:tx_count -
txSize
public final java.lang.String txSize()Required - API name:tx_size -
txSizeInBytes
public final long txSizeInBytes()Required - API name:tx_size_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupTransportDeserializer
-