Class FeatureInfrastructureFeatures

java.lang.Object
org.elasticsearch.features.FeatureInfrastructureFeatures
All Implemented Interfaces:
FeatureSpecification

public class FeatureInfrastructureFeatures extends Object implements FeatureSpecification
This class specifies features for the features functionality itself.

This adds a feature features_supported indicating that a node supports node features. Nodes that do not support features won't have this feature in its feature set, so this can be checked without needing to look at the node version.

  • Constructor Details

    • FeatureInfrastructureFeatures

      public FeatureInfrastructureFeatures()
  • Method Details