Uses of Class
org.elasticsearch.cluster.action.index.NodeIndexDeletedAction

Packages that use NodeIndexDeletedAction
org.elasticsearch.cluster.metadata   
org.elasticsearch.indices.cluster   
 

Uses of NodeIndexDeletedAction in org.elasticsearch.cluster.metadata
 

Constructors in org.elasticsearch.cluster.metadata with parameters of type NodeIndexDeletedAction
MetaDataDeleteIndexService(Settings settings, ThreadPool threadPool, ClusterService clusterService, AllocationService allocationService, NodeIndexDeletedAction nodeIndexDeletedAction, MetaDataService metaDataService)
           
 

Uses of NodeIndexDeletedAction in org.elasticsearch.indices.cluster
 

Constructors in org.elasticsearch.indices.cluster with parameters of type NodeIndexDeletedAction
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.