| Package | Description |
|---|---|
| org.elasticsearch.cluster.action.shard | |
| org.elasticsearch.discovery | |
| org.elasticsearch.discovery.local | |
| org.elasticsearch.discovery.zen | |
| org.elasticsearch.gateway |
| Constructor and Description |
|---|
ShardStateAction(Settings settings,
ClusterService clusterService,
TransportService transportService,
AllocationService allocationService,
RoutingService routingService) |
| Modifier and Type | Method and Description |
|---|---|
void |
Discovery.setRoutingService(RoutingService routingService)
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.setRoutingService(RoutingService routingService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZenDiscovery.setRoutingService(RoutingService routingService) |
| Constructor and Description |
|---|
NodeJoinController(ClusterService clusterService,
RoutingService routingService,
DiscoverySettings discoverySettings,
Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayAllocator.setReallocation(ClusterService clusterService,
RoutingService routingService) |
Copyright © 2009–2017. All rights reserved.