Package org.elasticsearch.test.rest
Interface TestFeatureService
public interface TestFeatureService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanclusterHasFeature(String featureId) Returnstrueif all nodes in the cluster have featurefeatureIdbooleanclusterHasFeature(String featureId, boolean any)
-
Field Details
-
ALL_FEATURES
-
-
Method Details
-
clusterHasFeature
Returnstrueif all nodes in the cluster have featurefeatureId -
clusterHasFeature
- Parameters:
featureId- The feature to checkany-trueif it should check if any node has the feature,falseif it should check if all nodes have the feature
-