Constructor and Description |
---|
TransportClusterRerouteAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
AllocationService allocationService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClusterUpdateSettingsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
AllocationService allocationService,
DynamicSettings dynamicSettings,
ActionFilters actionFilters) |
Constructor and Description |
---|
ShardStateAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
AllocationService allocationService,
RoutingService routingService) |
Constructor and Description |
---|
MetaDataCreateIndexService(Settings settings,
Environment environment,
ThreadPool threadPool,
ClusterService clusterService,
IndicesService indicesService,
AllocationService allocationService,
MetaDataService metaDataService,
Version version,
String riverIndexName,
AliasValidator aliasValidator,
Set<IndexTemplateFilter> indexTemplateFilters,
NodeEnvironment nodeEnv) |
MetaDataDeleteIndexService(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
AllocationService allocationService,
NodeIndexDeletedAction nodeIndexDeletedAction,
MetaDataService metaDataService) |
MetaDataIndexStateService(Settings settings,
ClusterService clusterService,
AllocationService allocationService) |
MetaDataUpdateSettingsService(Settings settings,
ClusterService clusterService,
AllocationService allocationService,
DynamicSettings dynamicSettings) |
Constructor and Description |
---|
RoutingService(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
AllocationService allocationService) |
Modifier and Type | Method and Description |
---|---|
void |
Discovery.setAllocationService(AllocationService allocationService)
Another hack to solve dep injection problem..., note, this will be called before
any start is called.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalDiscovery.setAllocationService(AllocationService allocationService) |
Modifier and Type | Method and Description |
---|---|
void |
ZenDiscovery.setAllocationService(AllocationService allocationService) |
Constructor and Description |
---|
GatewayService(Settings settings,
Gateway gateway,
AllocationService allocationService,
ClusterService clusterService,
DiscoveryService discoveryService,
ThreadPool threadPool) |
Constructor and Description |
---|
LocalAllocateDangledIndices(Settings settings,
TransportService transportService,
ClusterService clusterService,
AllocationService allocationService) |
Constructor and Description |
---|
RestoreService(Settings settings,
ClusterService clusterService,
RepositoriesService repositoriesService,
TransportService transportService,
AllocationService allocationService,
MetaDataCreateIndexService createIndexService,
DynamicSettings dynamicSettings) |
Copyright © 2009–2015. All rights reserved.