Class TransportInfo

org.elasticsearch.transport.TransportInfo
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, ReportingService.Info

public class TransportInfo extends implements ReportingService.Info
  • Constructor Details

  • Method Details

    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
    • address

      public BoundTransportAddress address()
    • getAddress

      public BoundTransportAddress getAddress()
    • getProfileAddresses

      public <,​BoundTransportAddress> getProfileAddresses()
    • profileAddresses

      public <,​BoundTransportAddress> profileAddresses()