Class TransformCheckpointStats

java.lang.Object
org.elasticsearch.client.transform.transforms.TransformCheckpointStats

public class TransformCheckpointStats extends Object
  • Field Details

    • CHECKPOINT

      public static final org.elasticsearch.xcontent.ParseField CHECKPOINT
    • POSITION

      public static final org.elasticsearch.xcontent.ParseField POSITION
    • CHECKPOINT_PROGRESS

      public static final org.elasticsearch.xcontent.ParseField CHECKPOINT_PROGRESS
    • TIMESTAMP_MILLIS

      public static final org.elasticsearch.xcontent.ParseField TIMESTAMP_MILLIS
    • TIME_UPPER_BOUND_MILLIS

      public static final org.elasticsearch.xcontent.ParseField TIME_UPPER_BOUND_MILLIS
    • EMPTY

      public static final TransformCheckpointStats EMPTY
    • LENIENT_PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<TransformCheckpointStats,Void> LENIENT_PARSER
  • Constructor Details

  • Method Details

    • fromXContent

      public static TransformCheckpointStats fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException
    • getCheckpoint

      public long getCheckpoint()
    • getPosition

      public TransformIndexerPosition getPosition()
    • getCheckpointProgress

      public TransformProgress getCheckpointProgress()
    • getTimestampMillis

      public long getTimestampMillis()
    • getTimeUpperBoundMillis

      public long getTimeUpperBoundMillis()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object