Package | Description |
---|---|
org.elasticsearch.cluster | |
org.elasticsearch.cluster.routing.allocation | |
org.elasticsearch.cluster.routing.allocation.decider |
Modifier and Type | Class and Description |
---|---|
class |
EmptyClusterInfoService
ClusterInfoService that provides empty maps for disk usage and shard sizes
|
class |
InternalClusterInfoService
InternalClusterInfoService provides the ClusterInfoService interface,
routinely updated on a timer.
|
Modifier and Type | Field and Description |
---|---|
static ClusterInfoService |
ClusterInfoService.EMPTY |
Constructor and Description |
---|
AllocationService(Settings settings,
AllocationDeciders allocationDeciders,
ShardsAllocators shardsAllocators,
ClusterInfoService clusterInfoService) |
Constructor and Description |
---|
DiskThresholdDecider(Settings settings,
NodeSettingsService nodeSettingsService,
ClusterInfoService infoService,
Client client) |
Copyright © 2009–2015. All rights reserved.