Interface TestFeatureService


public interface TestFeatureService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TestFeatureService
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns true if all nodes in the cluster have feature featureId
    boolean
    clusterHasFeature(String featureId, boolean any)
     
  • Field Details

  • Method Details

    • clusterHasFeature

      default boolean clusterHasFeature(String featureId)
      Returns true if all nodes in the cluster have feature featureId
    • clusterHasFeature

      boolean clusterHasFeature(String featureId, boolean any)
      Parameters:
      featureId - The feature to check
      any - true if it should check if any node has the feature, false if it should check if all nodes have the feature