Uses of Class
org.elasticsearch.index.shard.ReplicationGroup
-
Packages that use ReplicationGroup Package Description org.elasticsearch.action.support.replication org.elasticsearch.index.seqno org.elasticsearch.index.shard -
-
Uses of ReplicationGroup in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication that return ReplicationGroup Modifier and Type Method Description ReplicationGroupReplicationOperation.Primary. getReplicationGroup()Returns the current replication group on the primary shard -
Uses of ReplicationGroup in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return ReplicationGroup Modifier and Type Method Description ReplicationGroupReplicationTracker. getReplicationGroup()Returns the current replication group for the shard. -
Uses of ReplicationGroup in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return ReplicationGroup Modifier and Type Method Description ReplicationGroupIndexShard. getReplicationGroup()Returns the current replication group for the shard.
-