Uses of Interface
org.elasticsearch.action.support.replication.ReplicationOperation.Replicas
-
Packages that use ReplicationOperation.Replicas Package Description org.elasticsearch.action.admin.indices.close org.elasticsearch.action.resync org.elasticsearch.action.support.replication -
-
Uses of ReplicationOperation.Replicas in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return ReplicationOperation.Replicas Modifier and Type Method Description protected ReplicationOperation.Replicas<TransportVerifyShardBeforeCloseAction.ShardRequest>TransportVerifyShardBeforeCloseAction. newReplicasProxy() -
Uses of ReplicationOperation.Replicas in org.elasticsearch.action.resync
Methods in org.elasticsearch.action.resync that return ReplicationOperation.Replicas Modifier and Type Method Description protected ReplicationOperation.ReplicasTransportResyncReplicationAction. newReplicasProxy() -
Uses of ReplicationOperation.Replicas in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement ReplicationOperation.Replicas Modifier and Type Class Description protected classTransportReplicationAction.ReplicasProxyTheReplicasProxyis an implementation of theReplicasinterface that performs the actualReplicaRequeston the replica shards.Methods in org.elasticsearch.action.support.replication that return ReplicationOperation.Replicas Modifier and Type Method Description protected ReplicationOperation.Replicas<ReplicaRequest>TransportReplicationAction. newReplicasProxy()protected ReplicationOperation.Replicas<ReplicaRequest>TransportWriteAction. newReplicasProxy()Constructors in org.elasticsearch.action.support.replication with parameters of type ReplicationOperation.Replicas Constructor Description ReplicationOperation(Request request, ReplicationOperation.Primary<Request,ReplicaRequest,PrimaryResultT> primary, ActionListener<PrimaryResultT> listener, ReplicationOperation.Replicas<ReplicaRequest> replicas, org.apache.logging.log4j.Logger logger, String opType, long primaryTerm)
-