Class TransformCheckpointStats
java.lang.Object
org.elasticsearch.client.transform.transforms.TransformCheckpointStats
public class TransformCheckpointStats
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.ParseFieldCHECKPOINTstatic org.elasticsearch.common.ParseFieldCHECKPOINT_PROGRESSstatic TransformCheckpointStatsEMPTYstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<TransformCheckpointStats,java.lang.Void>LENIENT_PARSERstatic org.elasticsearch.common.ParseFieldPOSITIONstatic org.elasticsearch.common.ParseFieldTIME_UPPER_BOUND_MILLISstatic org.elasticsearch.common.ParseFieldTIMESTAMP_MILLIS -
Constructor Summary
Constructors Constructor Description TransformCheckpointStats(long checkpoint, TransformIndexerPosition position, TransformProgress checkpointProgress, long timestampMillis, long timeUpperBoundMillis) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)static TransformCheckpointStatsfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)longgetCheckpoint()TransformProgressgetCheckpointProgress()TransformIndexerPositiongetPosition()longgetTimestampMillis()longgetTimeUpperBoundMillis()inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
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
-
getCheckpointProgress
-
getTimestampMillis
public long getTimestampMillis() -
getTimeUpperBoundMillis
public long getTimeUpperBoundMillis() -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-