Interface ClusterContext

All Known Subinterfaces:
ProcessContext

public interface ClusterContext
A context for retrieving information about the state of the cluster.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Retrieves the current state of the cluster connection of this node.
  • Method Details

    • isConnectedToCluster

      boolean isConnectedToCluster()
      Retrieves the current state of the cluster connection of this node.
      Returns:
      True if this node is connected to the cluster. False otherwise.