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 Details

    • INDEXER_POSITION

      public static final org.elasticsearch.xcontent.ParseField INDEXER_POSITION
    • BUCKET_POSITION

      public static final org.elasticsearch.xcontent.ParseField BUCKET_POSITION
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<TransformIndexerPosition,Void> PARSER
  • Constructor Details

  • Method Details