Uses of Class
org.elasticsearch.cluster.action.shard.ShardStateAction

Packages that use ShardStateAction
org.elasticsearch.action.bulk   
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.support.replication   
org.elasticsearch.indices.cluster   
 

Uses of ShardStateAction in org.elasticsearch.action.bulk
 

Constructors in org.elasticsearch.action.bulk with parameters of type ShardStateAction
TransportShardBulkAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, MappingUpdatedAction mappingUpdatedAction)
           
 

Uses of ShardStateAction in org.elasticsearch.action.delete
 

Constructors in org.elasticsearch.action.delete with parameters of type ShardStateAction
TransportDeleteAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, TransportCreateIndexAction createIndexAction, TransportIndexDeleteAction indexDeleteAction)
           
 

Uses of ShardStateAction in org.elasticsearch.action.delete.index
 

Constructors in org.elasticsearch.action.delete.index with parameters of type ShardStateAction
TransportShardDeleteAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of ShardStateAction in org.elasticsearch.action.deletebyquery
 

Constructors in org.elasticsearch.action.deletebyquery with parameters of type ShardStateAction
TransportShardDeleteByQueryAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of ShardStateAction in org.elasticsearch.action.index
 

Constructors in org.elasticsearch.action.index with parameters of type ShardStateAction
TransportIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, TransportCreateIndexAction createIndexAction, MappingUpdatedAction mappingUpdatedAction)
           
 

Uses of ShardStateAction in org.elasticsearch.action.support.replication
 

Fields in org.elasticsearch.action.support.replication declared as ShardStateAction
protected  ShardStateAction TransportShardReplicationOperationAction.shardStateAction
           
 

Constructors in org.elasticsearch.action.support.replication with parameters of type ShardStateAction
TransportShardReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of ShardStateAction in org.elasticsearch.indices.cluster
 

Constructors in org.elasticsearch.indices.cluster with parameters of type ShardStateAction
IndicesClusterStateService(Settings settings, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool, RecoveryTarget recoveryTarget, ShardStateAction shardStateAction, NodeIndexCreatedAction nodeIndexCreatedAction, NodeIndexDeletedAction nodeIndexDeletedAction, NodeMappingCreatedAction nodeMappingCreatedAction, NodeMappingRefreshAction nodeMappingRefreshAction, NodeAliasesUpdatedAction nodeAliasesUpdatedAction)
           
 



Copyright © 2009-2012. All Rights Reserved.