Class TransportInfo

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

public class TransportInfo
extends java.lang.Object
implements ReportingService.Info
  • Constructor Details

  • Method Details

    • writeTo

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

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

      public BoundTransportAddress address()
    • getAddress

      public BoundTransportAddress getAddress()
    • getProfileAddresses

      public java.util.Map<java.lang.String,​BoundTransportAddress> getProfileAddresses()
    • profileAddresses

      public java.util.Map<java.lang.String,​BoundTransportAddress> profileAddresses()