Package | Description |
---|---|
org.elasticsearch.action.bulk | |
org.elasticsearch.action.delete |
Delete action.
|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.explain |
Explain action.
|
org.elasticsearch.action.get |
Get action.
|
org.elasticsearch.action.index |
Index action.
|
org.elasticsearch.action.percolate | |
org.elasticsearch.action.support.broadcast | |
org.elasticsearch.action.support.replication | |
org.elasticsearch.action.support.single.instance | |
org.elasticsearch.action.support.single.shard | |
org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
org.elasticsearch.action.update | |
org.elasticsearch.cluster.routing | |
org.elasticsearch.cluster.routing.operation | |
org.elasticsearch.cluster.routing.operation.plain |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportShardBulkAction.shards(ClusterState clusterState,
TransportShardReplicationOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportDeleteAction.shards(ClusterState clusterState,
TransportShardReplicationOperationAction.InternalRequest request) |
protected ShardIterator |
TransportShardDeleteAction.shards(ClusterState clusterState,
TransportShardReplicationOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportShardDeleteByQueryAction.shards(ClusterState clusterState,
TransportShardReplicationOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportExplainAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportGetAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected ShardIterator |
TransportShardMultiGetAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportIndexAction.shards(ClusterState clusterState,
TransportShardReplicationOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportShardMultiPercolateAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportBroadcastOperationAction.AsyncBroadcastAction.performOperation(ShardIterator shardIt,
ShardRouting shard,
int shardIndex) |
Modifier and Type | Method and Description |
---|---|
protected abstract ShardIterator |
TransportShardReplicationOperationAction.shards(ClusterState clusterState,
TransportShardReplicationOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected abstract ShardIterator |
TransportInstanceSingleOperationAction.shards(ClusterState clusterState,
TransportInstanceSingleOperationAction.InternalRequest request)
Should return an iterator with a single shard!
|
Modifier and Type | Method and Description |
---|---|
protected abstract ShardIterator |
TransportShardSingleOperationAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportSingleShardMultiTermsVectorAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
protected ShardIterator |
TransportSingleShardTermVectorAction.shards(ClusterState state,
TransportShardSingleOperationAction.InternalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected ShardIterator |
TransportUpdateAction.shards(ClusterState clusterState,
TransportInstanceSingleOperationAction.InternalRequest 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 |
IndexShardRoutingTable.activeShardsIt() |
ShardIterator |
IndexShardRoutingTable.activeShardsIt(int seed) |
ShardIterator |
IndexShardRoutingTable.activeShardsRandomIt() |
ShardIterator |
IndexShardRoutingTable.assignedShardsIt() |
ShardIterator |
IndexShardRoutingTable.assignedShardsIt(int seed) |
ShardIterator |
IndexShardRoutingTable.assignedShardsRandomIt() |
ShardIterator |
IndexShardRoutingTable.onlyNodeActiveInitializingShardsIt(String nodeId) |
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 |
ShardRouting.shardsIt()
A shard iterator with just this shard in it.
|
ShardIterator |
IndexShardRoutingTable.shardsIt() |
ShardIterator |
ImmutableShardRouting.shardsIt() |
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.
|
Modifier and Type | Method and Description |
---|---|
ShardIterator |
OperationRouting.deleteShards(ClusterState clusterState,
String index,
String type,
String id,
String routing) |
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) |
Modifier and Type | Method and Description |
---|---|
ShardIterator |
PlainOperationRouting.deleteShards(ClusterState clusterState,
String index,
String type,
String id,
String routing) |
ShardIterator |
PlainOperationRouting.getShards(ClusterState clusterState,
String index,
int shardId,
String preference) |
ShardIterator |
PlainOperationRouting.getShards(ClusterState clusterState,
String index,
String type,
String id,
String routing,
String preference) |
ShardIterator |
PlainOperationRouting.indexShards(ClusterState clusterState,
String index,
String type,
String id,
String routing) |
Copyright © 2009–2015. All rights reserved.