com.microstrategy.webapi.IDSSXMLCluster |
A cluster is defined as a group of IDSSXMLClusterNode
objects. This interface
contains methods to iterate through a cluster of servers. The servers
in a cluster should be identical with respect to their configurations. In addition,
any CreateSession request to a server in a cluster may be redirected to any other server
in the cluster if its load is smaller.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getCount()
Returns the number of IDSSXMLClusterNodes in this cluster.
| ||||||||||
abstract IDSSXMLClusterNode |
getItem(int index)
Returns the node at the specified index.
| ||||||||||
abstract Enumeration |
get_Enum()
Returns an enumeration of IDSSXMLClusterNode interfaces that are in the cluster.
|
Returns the number of IDSSXMLClusterNodes in this cluster.
Returns the node at the specified index.
index | The index of the node, where the first element has index=1. |
---|
MSTRWebAPIException | Thrown when error occurs during retrieving the node information. |
---|
Returns an enumeration of IDSSXMLClusterNode interfaces that are in the cluster.