Uses of Class
org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResult
-
-
Uses of TransportReplicationAction.ReplicaResult in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return TransportReplicationAction.ReplicaResult Modifier and Type Method Description protected TransportReplicationAction.ReplicaResultTransportVerifyShardBeforeCloseAction. shardOperationOnReplica(TransportVerifyShardBeforeCloseAction.ShardRequest shardRequest, IndexShard replica) -
Uses of TransportReplicationAction.ReplicaResult in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush that return TransportReplicationAction.ReplicaResult Modifier and Type Method Description protected TransportReplicationAction.ReplicaResultTransportShardFlushAction. shardOperationOnReplica(ShardFlushRequest request, IndexShard replica) -
Uses of TransportReplicationAction.ReplicaResult in org.elasticsearch.action.admin.indices.refresh
Methods in org.elasticsearch.action.admin.indices.refresh that return TransportReplicationAction.ReplicaResult Modifier and Type Method Description protected TransportReplicationAction.ReplicaResultTransportShardRefreshAction. shardOperationOnReplica(BasicReplicationRequest request, IndexShard replica) -
Uses of TransportReplicationAction.ReplicaResult in org.elasticsearch.action.support.replication
Subclasses of TransportReplicationAction.ReplicaResult in org.elasticsearch.action.support.replication Modifier and Type Class Description static classTransportWriteAction.WriteReplicaResult<ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>>Result of taking the action on the replica.Methods in org.elasticsearch.action.support.replication that return TransportReplicationAction.ReplicaResult Modifier and Type Method Description protected abstract TransportReplicationAction.ReplicaResultTransportReplicationAction. shardOperationOnReplica(ReplicaRequest shardRequest, IndexShard replica)Synchronously execute the specified replica operation. -
Uses of TransportReplicationAction.ReplicaResult in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return TransportReplicationAction.ReplicaResult Modifier and Type Method Description protected TransportReplicationAction.ReplicaResultGlobalCheckpointSyncAction. shardOperationOnReplica(GlobalCheckpointSyncAction.Request request, IndexShard indexShard)protected TransportReplicationAction.ReplicaResultRetentionLeaseBackgroundSyncAction. shardOperationOnReplica(RetentionLeaseBackgroundSyncAction.Request request, IndexShard replica)
-