Class BasicReplicationRequest

All Implemented Interfaces:
IndicesRequest, Writeable, org.elasticsearch.core.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.