Class TransformIndexerPosition
- java.lang.Object
-
- org.elasticsearch.client.transform.transforms.TransformIndexerPosition
-
public class TransformIndexerPosition extends Object
Holds state of the cursors: indexer_position: the position of the indexer querying the source bucket_position: the position used for identifying changes
-
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldBUCKET_POSITIONstatic ParseFieldINDEXER_POSITIONstatic ConstructingObjectParser<TransformIndexerPosition,Void>PARSER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)static TransformIndexerPositionfromXContent(XContentParser parser)Map<String,Object>getBucketsPosition()Map<String,Object>getIndexerPosition()inthashCode()
-
-
-
Field Detail
-
INDEXER_POSITION
public static final ParseField INDEXER_POSITION
-
BUCKET_POSITION
public static final ParseField BUCKET_POSITION
-
PARSER
public static final ConstructingObjectParser<TransformIndexerPosition,Void> PARSER
-
-
Method Detail
-
fromXContent
public static TransformIndexerPosition fromXContent(XContentParser parser)
-
-