Package com.gigaspaces.admin
Interface ManagerClusterInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XapManagerClusterInfo
Encapsulates information about the cluster of managers in this grid
- Since:
- 15.5
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionReturns the manager cluster type.Returns the list of manager instances (empty list if no managers).Returns a connection string to the manager's zookeeper cluster.
-
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.
-