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