Class TransformCheckpointStats

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

public class TransformCheckpointStats
extends java.lang.Object
  • Field Details

    • CHECKPOINT

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

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

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

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

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

      public static final TransformCheckpointStats EMPTY
    • LENIENT_PARSER

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

    • TransformCheckpointStats

      public TransformCheckpointStats​(long checkpoint, TransformIndexerPosition position, TransformProgress checkpointProgress, long timestampMillis, long timeUpperBoundMillis)
  • Method Details

    • fromXContent

      public static TransformCheckpointStats fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.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 java.lang.Object
    • equals

      public boolean equals​(java.lang.Object other)
      Overrides:
      equals in class java.lang.Object