Class SingleNodeShutdownMetadata

java.lang.Object
org.elasticsearch.cluster.AbstractDiffable<SingleNodeShutdownMetadata>
org.elasticsearch.cluster.metadata.SingleNodeShutdownMetadata
All Implemented Interfaces:
Diffable<SingleNodeShutdownMetadata>, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class SingleNodeShutdownMetadata extends AbstractDiffable<SingleNodeShutdownMetadata> implements org.elasticsearch.common.xcontent.ToXContentObject, Diffable<SingleNodeShutdownMetadata>
Contains data about a single node's shutdown readiness.
  • Field Details

    • NODE_ID_FIELD

      public static final org.elasticsearch.common.xcontent.ParseField NODE_ID_FIELD
    • TYPE_FIELD

      public static final org.elasticsearch.common.xcontent.ParseField TYPE_FIELD
    • REASON_FIELD

      public static final org.elasticsearch.common.xcontent.ParseField REASON_FIELD
    • STARTED_AT_READABLE_FIELD

      public static final String STARTED_AT_READABLE_FIELD
      See Also:
      Constant Field Values
    • STARTED_AT_MILLIS_FIELD

      public static final org.elasticsearch.common.xcontent.ParseField STARTED_AT_MILLIS_FIELD
    • PARSER

      public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<SingleNodeShutdownMetadata,​Void> PARSER
  • Constructor Details

  • Method Details