| Package | Description |
|---|---|
| org.elasticsearch.action.explain |
Explain action.
|
| org.elasticsearch.action.get |
Get action.
|
| org.elasticsearch.action.percolate | |
| org.elasticsearch.action.support.broadcast | |
| org.elasticsearch.action.support.single.instance | |
| org.elasticsearch.action.termvectors |
Get the term vector for a specific document.
|
| org.elasticsearch.action.update | |
| org.elasticsearch.cluster.routing |
| Modifier and Type | Method and Description |
|---|---|
protected ShardIterator |
TransportExplainAction.shards(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected ShardIterator |
TransportGetAction.shards(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
protected ShardIterator |
TransportShardMultiGetAction.shards(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected ShardIterator |
TransportShardMultiPercolateAction.shards(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportBroadcastAction.AsyncBroadcastAction.performOperation(ShardIterator shardIt,
ShardRouting shard,
int shardIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ShardIterator |
TransportInstanceSingleOperationAction.shards(ClusterState clusterState,
Request request)
Should return an iterator with a single shard!
|
| Modifier and Type | Method and Description |
|---|---|
protected ShardIterator |
TransportShardMultiTermsVectorAction.shards(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
protected ShardIterator |
TransportTermVectorsAction.shards(ClusterState state,
TransportSingleShardAction.InternalRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected ShardIterator |
TransportUpdateAction.shards(ClusterState clusterState,
UpdateRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainShardIterator
|
| Modifier and Type | Method and Description |
|---|---|
ShardIterator |
IndexShardRoutingTable.activeInitializingShardsIt(int seed)
Returns an iterator over active and initializing shards.
|
ShardIterator |
IndexShardRoutingTable.activeInitializingShardsRandomIt()
Returns an iterator over active and initializing shards.
|
ShardIterator |
OperationRouting.getShards(ClusterState clusterState,
String index,
int shardId,
String preference) |
ShardIterator |
OperationRouting.getShards(ClusterState clusterState,
String index,
String type,
String id,
String routing,
String preference) |
ShardIterator |
OperationRouting.indexShards(ClusterState clusterState,
String index,
String type,
String id,
String routing) |
ShardIterator |
IndexShardRoutingTable.onlyNodeActiveInitializingShardsIt(String nodeId) |
ShardIterator |
IndexShardRoutingTable.onlyNodeSelectorActiveInitializingShardsIt(String[] nodeAttributes,
DiscoveryNodes discoveryNodes)
Returns shards based on nodeAttributes given such as node name , node attribute, node IP
Supports node specifications in cluster API
|
ShardIterator |
IndexShardRoutingTable.onlyNodeSelectorActiveInitializingShardsIt(String nodeAttributes,
DiscoveryNodes discoveryNodes) |
ShardIterator |
IndexShardRoutingTable.preferAttributesActiveInitializingShardsIt(String[] attributes,
DiscoveryNodes nodes) |
ShardIterator |
IndexShardRoutingTable.preferAttributesActiveInitializingShardsIt(String[] attributes,
DiscoveryNodes nodes,
int seed) |
ShardIterator |
IndexShardRoutingTable.preferNodeActiveInitializingShardsIt(String nodeId) |
ShardIterator |
IndexShardRoutingTable.primaryActiveInitializingShardIt() |
ShardIterator |
IndexShardRoutingTable.primaryFirstActiveInitializingShardsIt() |
ShardIterator |
IndexShardRoutingTable.primaryShardIt()
Returns an iterator only on the primary shard.
|
ShardIterator |
IndexShardRoutingTable.replicaActiveInitializingShardIt() |
ShardIterator |
IndexShardRoutingTable.replicaFirstActiveInitializingShardsIt() |
ShardIterator |
IndexShardRoutingTable.shardsIt() |
ShardIterator |
ShardRouting.shardsIt()
A shard iterator with just this shard in it.
|
ShardIterator |
IndexShardRoutingTable.shardsIt(int seed) |
ShardIterator |
IndexShardRoutingTable.shardsRandomIt() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ShardIterator> |
GroupShardsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
PlainShardIterator.compareTo(ShardIterator o) |
| Constructor and Description |
|---|
GroupShardsIterator(List<ShardIterator> iterators)
Constructs a enw GroupShardsIterator from the given list.
|
Copyright © 2009–2017. All rights reserved.