public interface

WebClusterInfos

com.microstrategy.web.objects.WebClusterInfos

Class Overview

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

Summary

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

Public Methods

public abstract WebClusterInfo getCluster (int i)

Returns WebClusterInfo interface for a given node index from the collection of cluster nodes.

Parameters
i Index of a node from collection
Returns

public abstract WebClusterInfo getCluster (String nodeName)

Returns WebClusterInfo interface for a given node name from the collection of cluster nodes.

Returns

public abstract int getClusterCount ()

Returns a a number of WebClusterInfo interfaces those are in the cluster