Interface ManagerClusterInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
XapManagerClusterInfo

public interface ManagerClusterInfo extends Serializable
Encapsulates information about the cluster of managers in this grid
Since:
15.5
Author:
Niv Ingberg
  • Method Details

    • getManagerClusterType

      ManagerClusterType getManagerClusterType()
      Returns the manager cluster type.
    • getManagers

      List<ManagerInstanceInfo> getManagers()
      Returns the list of manager instances (empty list if no managers).
    • getZookeeperConnectionString

      String getZookeeperConnectionString()
      Returns a connection string to the manager's zookeeper cluster.