java.lang.Object
org.elasticsearch.cluster.routing.RoutingFeatures
- All Implemented Interfaces:
FeatureSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of features that this node supports.Returns a set of test features that this node supports.
-
Constructor Details
-
RoutingFeatures
public RoutingFeatures()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureSpecification
Returns a set of features that this node supports.- Specified by:
getFeatures
in interfaceFeatureSpecification
-
getTestFeatures
Description copied from interface:FeatureSpecification
Returns a set of test features that this node supports.These features will only be exposed if the
tests.testfeatures.enabled
system property is set. This should only be used when deploying test clusters.- Specified by:
getTestFeatures
in interfaceFeatureSpecification
-