com.microstrategy.web.objects.WebClusterInfos |
This interface represents the information for a collection of i-Server clusters You can use this for retrieving the project information per cluster node by iterating through the clusters
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebClusterInfo |
getCluster(int i)
Returns
WebClusterInfo interface for a given node index from the collection of cluster nodes. | ||||||||||
abstract WebClusterInfo |
getCluster(String nodeName)
Returns
WebClusterInfo interface for a given node name from the collection of cluster nodes. | ||||||||||
abstract int |
getClusterCount()
Returns a a number of
WebClusterInfo interfaces those are in the cluster |
Returns WebClusterInfo
interface for a given node index from the collection of cluster nodes.
i | Index of a node from collection |
---|
WebClusterInfo
. Returns null if not found
Returns WebClusterInfo
interface for a given node name from the collection of cluster nodes.
WebClusterInfo
. Returns null if not found
Returns a a number of WebClusterInfo
interfaces those are in the cluster