Uses of Class
org.elasticsearch.action.support.replication.ReplicationRequest
-
-
Uses of ReplicationRequest in org.elasticsearch.action.admin.indices.close
Subclasses of ReplicationRequest in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description static classTransportVerifyShardBeforeCloseAction.ShardRequest -
Uses of ReplicationRequest in org.elasticsearch.action.admin.indices.flush
Subclasses of ReplicationRequest in org.elasticsearch.action.admin.indices.flush Modifier and Type Class Description classShardFlushRequest -
Uses of ReplicationRequest in org.elasticsearch.action.bulk
Subclasses of ReplicationRequest in org.elasticsearch.action.bulk Modifier and Type Class Description classBulkShardRequest -
Uses of ReplicationRequest in org.elasticsearch.action.delete
Subclasses of ReplicationRequest in org.elasticsearch.action.delete Modifier and Type Class Description classDeleteRequestA request to delete a document from an index based on its type and id. -
Uses of ReplicationRequest in org.elasticsearch.action.index
Subclasses of ReplicationRequest in org.elasticsearch.action.index Modifier and Type Class Description classIndexRequestIndex request to index a typed JSON document into a specific index and make it searchable. -
Uses of ReplicationRequest in org.elasticsearch.action.resync
Subclasses of ReplicationRequest in org.elasticsearch.action.resync Modifier and Type Class Description classResyncReplicationRequestRepresents a batch of operations sent from the primary to its replicas during the primary-replica resync. -
Uses of ReplicationRequest in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication with type parameters of type ReplicationRequest Modifier and Type Class Description classReplicationOperation<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequest>>classReplicationOperation<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequest>>static interfaceReplicationOperation.Primary<RequestT extends ReplicationRequest<RequestT>,ReplicaRequestT extends ReplicationRequest<ReplicaRequestT>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequestT>>An encapsulation of an operation that is to be performed on the primary shardstatic interfaceReplicationOperation.Primary<RequestT extends ReplicationRequest<RequestT>,ReplicaRequestT extends ReplicationRequest<ReplicaRequestT>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequestT>>An encapsulation of an operation that is to be performed on the primary shardstatic interfaceReplicationOperation.PrimaryResult<RequestT extends ReplicationRequest<RequestT>>static interfaceReplicationOperation.Replicas<RequestT extends ReplicationRequest<RequestT>>An encapsulation of an operation that will be executed on the replica shards, if present.classReplicationRequest<Request extends ReplicationRequest<Request>>Requests that are run on a particular replica, first on the primary and then on the replicas likeIndexRequestorTransportShardRefreshAction.classReplicationRequestBuilder<Request extends ReplicationRequest<Request>,Response extends ActionResponse,RequestBuilder extends ReplicationRequestBuilder<Request,Response,RequestBuilder>>classTransportBroadcastReplicationAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardRequest extends ReplicationRequest<ShardRequest>,ShardResponse extends ReplicationResponse>Base class for requests that should be executed on all shards of an index or several indices.classTransportReplicationAction<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,Response extends ReplicationResponse>Base class for requests that should be executed on a primary copy followed by replica copies.classTransportReplicationAction<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,Response extends ReplicationResponse>Base class for requests that should be executed on a primary copy followed by replica copies.static classTransportReplicationAction.PrimaryResult<ReplicaRequest extends ReplicationRequest<ReplicaRequest>,Response extends ReplicationResponse>Subclasses of ReplicationRequest in org.elasticsearch.action.support.replication Modifier and Type Class Description classBasicReplicationRequestA replication request that has no more information than ReplicationRequest.classReplicatedWriteRequest<R extends ReplicatedWriteRequest<R>>Requests that are both ReplicationRequests (run on a shard's primary first, then the replica) and WriteRequest (modify documents on a shard), for exampleBulkShardRequest,IndexRequest, andDeleteRequest. -
Uses of ReplicationRequest in org.elasticsearch.index.seqno
Subclasses of ReplicationRequest in org.elasticsearch.index.seqno Modifier and Type Class Description static classGlobalCheckpointSyncAction.Requeststatic classRetentionLeaseBackgroundSyncAction.Requeststatic classRetentionLeaseSyncAction.Request
-