Uses of Class
org.elasticsearch.cluster.routing.allocation.AllocationService

Packages that use AllocationService
org.elasticsearch.action.admin.cluster.reroute   
org.elasticsearch.action.admin.cluster.settings   
org.elasticsearch.cluster.action.shard   
org.elasticsearch.cluster.metadata   
org.elasticsearch.cluster.routing   
org.elasticsearch.gateway   
org.elasticsearch.gateway.local.state.meta   
 

Uses of AllocationService in org.elasticsearch.action.admin.cluster.reroute
 

Constructors in org.elasticsearch.action.admin.cluster.reroute with parameters of type AllocationService
TransportClusterRerouteAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService)
           
 

Uses of AllocationService in org.elasticsearch.action.admin.cluster.settings
 

Constructors in org.elasticsearch.action.admin.cluster.settings with parameters of type AllocationService
TransportClusterUpdateSettingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService)
           
 

Uses of AllocationService in org.elasticsearch.cluster.action.shard
 

Constructors in org.elasticsearch.cluster.action.shard with parameters of type AllocationService
ShardStateAction(Settings settings, ClusterService clusterService, TransportService transportService, AllocationService allocationService, ThreadPool threadPool)
           
 

Uses of AllocationService in org.elasticsearch.cluster.metadata
 

Constructors in org.elasticsearch.cluster.metadata with parameters of type AllocationService
MetaDataCreateIndexService(Settings settings, Environment environment, ThreadPool threadPool, ClusterService clusterService, IndicesService indicesService, AllocationService allocationService, NodeIndexCreatedAction nodeIndexCreatedAction, MetaDataService metaDataService, String riverIndexName)
           
MetaDataDeleteIndexService(Settings settings, ThreadPool threadPool, ClusterService clusterService, AllocationService allocationService, NodeIndexDeletedAction nodeIndexDeletedAction, MetaDataService metaDataService)
           
MetaDataStateIndexService(Settings settings, ClusterService clusterService, AllocationService allocationService)
           
MetaDataUpdateSettingsService(Settings settings, ClusterService clusterService, AllocationService allocationService)
           
 

Uses of AllocationService in org.elasticsearch.cluster.routing
 

Constructors in org.elasticsearch.cluster.routing with parameters of type AllocationService
RoutingService(Settings settings, ThreadPool threadPool, ClusterService clusterService, AllocationService allocationService)
           
 

Uses of AllocationService in org.elasticsearch.gateway
 

Constructors in org.elasticsearch.gateway with parameters of type AllocationService
GatewayService(Settings settings, Gateway gateway, AllocationService allocationService, ClusterService clusterService, DiscoveryService discoveryService, ThreadPool threadPool)
           
 

Uses of AllocationService in org.elasticsearch.gateway.local.state.meta
 

Constructors in org.elasticsearch.gateway.local.state.meta with parameters of type AllocationService
LocalAllocateDangledIndices(Settings settings, TransportService transportService, ClusterService clusterService, AllocationService allocationService)
           
 



Copyright © 2009-2012. All Rights Reserved.