java.lang.Object
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted

public final class LivenessResponse
extends ActionResponse
Transport level private response for the transport handler registered under "cluster:monitor/nodes/liveness"
  • Constructor Details

    • LivenessResponse

      public LivenessResponse()
    • LivenessResponse

      public LivenessResponse​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • LivenessResponse

      public LivenessResponse​(ClusterName clusterName, DiscoveryNode node)
  • Method Details

    • writeTo

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

      public ClusterName getClusterName()
    • getDiscoveryNode

      public DiscoveryNode getDiscoveryNode()