Class TransformCheckpointStats

java.lang.Object
org.elasticsearch.xpack.core.transform.transforms.TransformCheckpointStats
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class TransformCheckpointStats extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentObject
Checkpoint stats data for 1 checkpoint This is the user-facing side of TransformCheckpoint, containing only the stats to be exposed.
  • Field Details

  • Constructor Details

  • Method Details

    • getCheckpoint

      public long getCheckpoint()
    • getPosition

      public TransformIndexerPosition getPosition()
    • getCheckpointProgress

      public TransformProgress getCheckpointProgress()
    • getTimestampMillis

      public long getTimestampMillis()
    • getTimeUpperBoundMillis

      public long getTimeUpperBoundMillis()
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • hashCode

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

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