Class StandaloneNodeTypeProvider

java.lang.Object
org.apache.nifi.documentation.init.StandaloneNodeTypeProvider
All Implemented Interfaces:
NodeTypeProvider

public class StandaloneNodeTypeProvider extends Object implements NodeTypeProvider
  • Constructor Details

    • StandaloneNodeTypeProvider

      public StandaloneNodeTypeProvider()
  • Method Details

    • isClustered

      public boolean isClustered()
      Specified by:
      isClustered in interface NodeTypeProvider
      Returns:
      true if this instance is clustered, false otherwise.MockProcessContext Clustered means that a node is either connected or trying to connect to the cluster.
    • isPrimary

      public boolean isPrimary()
      Specified by:
      isPrimary in interface NodeTypeProvider
      Returns:
      true if this instance is the primary node in the cluster; false otherwise