Interface WebClusterInfo


  • public interface WebClusterInfo
    This interface represents the information for a single i-Server cluster
    • Method Detail

      • getNodeCount

        int getNodeCount()
        Returns a a number of WebClusterNodeInfo interfaces those are in the cluster
        Returns:
      • getNode

        WebClusterNodeInfo getNode​(int i)
        Returns WebClusterNodeInfo interface for a given node index from the collection of cluster nodes.
        Parameters:
        i - Index of a node from collection where the first element has index 0.
        Returns:
        a WebClusterNodeInfo. Returns null if not found