Modifier and Type | Method and Description |
---|---|
protected ShardsIterator |
TransportAnalyzeAction.shards(ClusterState state,
TransportSingleCustomOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardsIterator |
TransportGetFieldMappingsIndexAction.shards(ClusterState state,
TransportSingleCustomOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected abstract ShardsIterator |
TransportSingleCustomOperationAction.shards(ClusterState state,
TransportSingleCustomOperationAction.InternalRequest request)
Can return null to execute on this local node.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShardIterator
Allows to iterate over a set of shard instances (routing) within a shard id group.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainShardIterator
|
class |
PlainShardsIterator
A simple
ShardsIterator that iterates a list or sub-list of
shard routings . |
Modifier and Type | Method and Description |
---|---|
ShardsIterator |
IndexRoutingTable.randomAllActiveShardsIt()
Returns an unordered iterator over all active shards (including replicas).
|
ShardsIterator |
IndexRoutingTable.randomAllShardsIt()
Returns an unordered iterator over all shards (including replicas).
|
Copyright © 2009–2015. All rights reserved.