Module org.elasticsearch.server
Class FileSettingsService.FileSettingsHealthIndicatorService
java.lang.Object
org.elasticsearch.reservedstate.service.FileSettingsService.FileSettingsHealthIndicatorService
- All Implemented Interfaces:
HealthIndicatorService
- Enclosing class:
FileSettingsService
public static class FileSettingsService.FileSettingsHealthIndicatorService
extends Object
implements HealthIndicatorService
Stateless service that maps a
FileSettingsService.FileSettingsHealthInfo
to a HealthIndicatorResult
.-
Field Summary
Fields inherited from interface org.elasticsearch.health.HealthIndicatorService
MAX_AFFECTED_RESOURCES_COUNT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculate
(boolean verbose, int maxAffectedResourcesCount, HealthInfo healthInfo) name()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.health.HealthIndicatorService
calculate, createIndicator, isPreflight
-
Constructor Details
-
FileSettingsHealthIndicatorService
public FileSettingsHealthIndicatorService()
-
-
Method Details
-
name
- Specified by:
name
in interfaceHealthIndicatorService
-
calculate
public HealthIndicatorResult calculate(boolean verbose, int maxAffectedResourcesCount, HealthInfo healthInfo) - Specified by:
calculate
in interfaceHealthIndicatorService
-
calculate
-