Uses of Class
org.elasticsearch.action.support.replication.TransportReplicationAction
-
-
Uses of TransportReplicationAction in org.elasticsearch.action.admin.indices.close
Subclasses of TransportReplicationAction in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description classTransportVerifyShardBeforeCloseAction -
Uses of TransportReplicationAction in org.elasticsearch.action.admin.indices.flush
Subclasses of TransportReplicationAction in org.elasticsearch.action.admin.indices.flush Modifier and Type Class Description classTransportShardFlushAction -
Uses of TransportReplicationAction in org.elasticsearch.action.admin.indices.refresh
Subclasses of TransportReplicationAction in org.elasticsearch.action.admin.indices.refresh Modifier and Type Class Description classTransportShardRefreshAction -
Uses of TransportReplicationAction in org.elasticsearch.action.bulk
Subclasses of TransportReplicationAction in org.elasticsearch.action.bulk Modifier and Type Class Description classTransportShardBulkActionPerforms shard-level bulk (index, delete or update) operations -
Uses of TransportReplicationAction in org.elasticsearch.action.resync
Subclasses of TransportReplicationAction in org.elasticsearch.action.resync Modifier and Type Class Description classTransportResyncReplicationAction -
Uses of TransportReplicationAction in org.elasticsearch.action.support.replication
Subclasses of TransportReplicationAction in org.elasticsearch.action.support.replication Modifier and Type Class Description classTransportWriteAction<Request extends ReplicatedWriteRequest<Request>,ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse>Base class for transport actions that modify data in some shard like index, delete, and shardBulk.Constructors in org.elasticsearch.action.support.replication with parameters of type TransportReplicationAction Constructor Description TransportBroadcastReplicationAction(String name, Writeable.Reader<Request> requestReader, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, TransportReplicationAction replicatedBroadcastShardAction) -
Uses of TransportReplicationAction in org.elasticsearch.index.seqno
Subclasses of TransportReplicationAction in org.elasticsearch.index.seqno Modifier and Type Class Description classGlobalCheckpointSyncActionBackground global checkpoint sync action initiated when a shard goes inactive.classRetentionLeaseBackgroundSyncActionReplication action responsible for background syncing retention leases to replicas.classRetentionLeaseSyncActionWrite action responsible for syncing retention leases to replicas.
-