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)
    • inboundHandlingTimeHistogram

      public final java.util.List<TransportHistogram> inboundHandlingTimeHistogram()
      API name: inbound_handling_time_histogram
    • outboundHandlingTimeHistogram

      public final java.util.List<TransportHistogram> 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

      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)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupTransportDeserializer

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