java.lang.Object
org.elasticsearch.health.HealthFeatures
- All Implemented Interfaces:
FeatureSpecification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of regular features that this node supports.Returns information on historical features that should be deemed to be present on all nodes on or above theVersionspecified.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.features.FeatureSpecification
getTestFeatures
-
Field Details
-
SUPPORTS_HEALTH
-
SUPPORTS_HEALTH_REPORT_API
-
SUPPORTS_SHARDS_CAPACITY_INDICATOR
-
SUPPORTS_EXTENDED_REPOSITORY_INDICATOR
-
-
Constructor Details
-
HealthFeatures
public HealthFeatures()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureSpecificationReturns a set of regular features that this node supports.- Specified by:
getFeaturesin interfaceFeatureSpecification
-
getHistoricalFeatures
Description copied from interface:FeatureSpecificationReturns information on historical features that should be deemed to be present on all nodes on or above theVersionspecified.- Specified by:
getHistoricalFeaturesin interfaceFeatureSpecification
-