Interface Clusters

    • Method Detail

      • getCluster

        List<Cluster> getCluster()
        Return the list of clusters currently configured
        Returns:
        list of Cluster
      • getCluster

        @DuckTyped
        Cluster getCluster​(String name)
        Return the cluster with the given name, or null if no such cluster exists.
        Parameters:
        name - the name of the cluster
        Returns:
        the Cluster object, or null if no such server