Class ReplicationRequest<Request extends ReplicationRequest<Request>>

    • Field Detail

      • DEFAULT_TIMEOUT

        public static final TimeValue DEFAULT_TIMEOUT
      • shardId

        protected final ShardId shardId
        Target shard the request should execute on. In case of index and delete requests, shard id gets resolved by the transport action before performing request operation and at request creation time for shard-level bulk, refresh and flush requests.
      • index

        protected String index
      • waitForActiveShards

        protected ActiveShardCount waitForActiveShards
        The number of shard copies that must be active before proceeding with the replication action.