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