Class UnicastZenPing.UnicastPingRequest

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.discovery.zen.UnicastZenPing.UnicastPingRequest
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest
Enclosing class:
UnicastZenPing

public static class UnicastZenPing.UnicastPingRequest
extends TransportRequest
  • Field Details

    • id

      public final int id
    • timeout

      public final org.elasticsearch.common.unit.TimeValue timeout
    • pingResponse

      public final ZenPing.PingResponse pingResponse
  • Constructor Details

    • UnicastPingRequest

      public UnicastPingRequest​(int id, org.elasticsearch.common.unit.TimeValue timeout, ZenPing.PingResponse pingResponse)
    • UnicastPingRequest

      public UnicastPingRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details