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
  • Field Details

  • 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

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupTransportDeserializer

      protected static void setupTransportDeserializer​(ObjectDeserializer<Transport.Builder> op)