com.microstrategy.web.objects.WebClusterInfo |
This interface represents the information for a single i-Server cluster
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebClusterNodeInfo |
getNode(int i)
Returns
WebClusterNodeInfo interface for a given node index from the collection of cluster nodes. | ||||||||||
abstract WebClusterNodeInfo |
getNode(String nodeName)
Returns
WebClusterNodeInfo interface for a given node name from the collection of cluster nodes. | ||||||||||
abstract int |
getNodeCount()
Returns a a number of
WebClusterNodeInfo interfaces those are in the cluster |
Returns WebClusterNodeInfo
interface for a given node index from the collection of cluster nodes.
i | Index of a node from collection where the first element has index 0. |
---|
WebClusterNodeInfo
. Returns null if not found
Returns WebClusterNodeInfo
interface for a given node name from the collection of cluster nodes.
WebClusterNodeInfo
. Returns null if not found
Returns a a number of WebClusterNodeInfo
interfaces those are in the cluster