Uses of Interface
org.elasticsearch.cluster.routing.ShardsIterator
-
-
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.analyze
Methods in org.elasticsearch.action.admin.indices.analyze that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportAnalyzeAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.cache.clear
Methods in org.elasticsearch.action.admin.indices.cache.clear that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportClearIndicesCacheAction. shards(ClusterState clusterState, ClearIndicesCacheRequest request, String[] concreteIndices)The refresh request works against *all* shards. -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.forcemerge
Methods in org.elasticsearch.action.admin.indices.forcemerge that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportForceMergeAction. shards(ClusterState clusterState, ForceMergeRequest request, String[] concreteIndices)The refresh request works against *all* shards. -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportGetFieldMappingsIndexAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.recovery
Methods in org.elasticsearch.action.admin.indices.recovery that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportRecoveryAction. shards(ClusterState state, RecoveryRequest request, String[] concreteIndices) -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportIndicesSegmentsAction. shards(ClusterState clusterState, IndicesSegmentsRequest request, String[] concreteIndices)Segments goes across *all* active shards. -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportIndicesStatsAction. shards(ClusterState clusterState, IndicesStatsRequest request, String[] concreteIndices)Status goes across *all* shards. -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.upgrade.get
Methods in org.elasticsearch.action.admin.indices.upgrade.get that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportUpgradeStatusAction. shards(ClusterState clusterState, UpgradeStatusRequest request, String[] concreteIndices)Getting upgrade stats from *all* active shards. -
Uses of ShardsIterator in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportUpgradeAction. shards(ClusterState clusterState, UpgradeRequest request, String[] concreteIndices)The upgrade request works against *all* shards. -
Uses of ShardsIterator in org.elasticsearch.action.fieldcaps
Methods in org.elasticsearch.action.fieldcaps that return ShardsIterator Modifier and Type Method Description protected ShardsIteratorTransportFieldCapabilitiesIndexAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request) -
Uses of ShardsIterator in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement ShardsIterator Modifier and Type Class Description classSearchShardIteratorExtension ofPlainShardIteratorused in the search api, which also holds theOriginalIndicesof the search request (useful especially with cross-cluster search, as each cluster has its own set of original indices) as well as the cluster alias. -
Uses of ShardsIterator in org.elasticsearch.action.support.broadcast.node
Methods in org.elasticsearch.action.support.broadcast.node that return ShardsIterator Modifier and Type Method Description protected abstract ShardsIteratorTransportBroadcastByNodeAction. shards(ClusterState clusterState, Request request, String[] concreteIndices)Determines the shards on which this operation will be executed on. -
Uses of ShardsIterator in org.elasticsearch.action.support.single.shard
Methods in org.elasticsearch.action.support.single.shard that return ShardsIterator Modifier and Type Method Description protected abstract ShardsIteratorTransportSingleShardAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request)Returns the candidate shards to execute the operation on ornullthe execute the operation locally (the node that received the request) -
Uses of ShardsIterator in org.elasticsearch.cluster.routing
Subinterfaces of ShardsIterator in org.elasticsearch.cluster.routing Modifier and Type Interface Description interfaceShardIteratorAllows to iterate over a set of shard instances (routing) within a shard id group.Classes in org.elasticsearch.cluster.routing that implement ShardsIterator Modifier and Type Class Description classPlainShardIteratorclassPlainShardsIteratorA simpleShardsIteratorthat iterates a list or sub-list ofshard indexRoutings.Methods in org.elasticsearch.cluster.routing that return ShardsIterator Modifier and Type Method Description ShardsIteratorRoutingTable. allShards(String[] indices)ShardsIteratorRoutingTable. allShardsIncludingRelocationTargets(String[] indices)ShardsIteratorIndexRoutingTable. randomAllActiveShardsIt()Returns an unordered iterator over all active shards (including replicas).
-