Interface WebClusters


  • public interface WebClusters
    This is a collection of WebCluster interfaces.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Enumeration elements()
      Returns an Enumeration of all of the WebCluster objects in the collection.
      WebCluster get​(int index)
      Returns the item in the collection at the index given.
      int size()
      Returns the number of clusters in the collection.
    • Method Detail

      • elements

        java.util.Enumeration elements()
        Returns an Enumeration of all of the WebCluster objects in the collection.
        Returns:
        An Enumeration of WebCluster objects.
      • size

        int size()
        Returns the number of clusters in the collection.
        Returns:
        The number of clusters in the collection.
      • get

        WebCluster get​(int index)
        Returns the item in the collection at the index given.
        Parameters:
        index - The index of the WebCluster to be returned.