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

  • Constructor Details

  • 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

      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​(DelegatingDeserializer<Transport.Builder> op)