Class TransformCheckpointingInfo
java.lang.Object
org.elasticsearch.client.transform.transforms.TransformCheckpointingInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseField -
Constructor Summary
ConstructorsConstructorDescriptionTransformCheckpointingInfo(TransformCheckpointStats last, TransformCheckpointStats next, long operationsBehind, Instant changesLastDetectedAt, Instant lastSearchTime) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TransformCheckpointingInfofromXContent(org.elasticsearch.xcontent.XContentParser p) getLast()getNext()longinthashCode()
-
Field Details
-
LAST_CHECKPOINT
public static final org.elasticsearch.xcontent.ParseField LAST_CHECKPOINT -
NEXT_CHECKPOINT
public static final org.elasticsearch.xcontent.ParseField NEXT_CHECKPOINT -
OPERATIONS_BEHIND
public static final org.elasticsearch.xcontent.ParseField OPERATIONS_BEHIND -
CHANGES_LAST_DETECTED_AT
public static final org.elasticsearch.xcontent.ParseField CHANGES_LAST_DETECTED_AT -
LAST_SEARCH_TIME
public static final org.elasticsearch.xcontent.ParseField LAST_SEARCH_TIME
-
-
Constructor Details
-
TransformCheckpointingInfo
public TransformCheckpointingInfo(TransformCheckpointStats last, TransformCheckpointStats next, long operationsBehind, Instant changesLastDetectedAt, Instant lastSearchTime)
-
-
Method Details