Class BasicReplicationRequest

All Implemented Interfaces:
IndicesRequest, Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class BasicReplicationRequest
extends ReplicationRequest<BasicReplicationRequest>
A replication request that has no more information than ReplicationRequest. Unfortunately ReplicationRequest can't be declared as a type parameter because it has a self referential type parameter of its own. So use this instead.
  • Constructor Details

    • BasicReplicationRequest

      public BasicReplicationRequest​(ShardId shardId)
      Creates a new request with resolved shard id
    • BasicReplicationRequest

      public BasicReplicationRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details