Interface Clusters
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface Clusters
extends org.jvnet.hk2.config.ConfigBeanProxy
Clusters configuration.
Maintain a list of Cluster active configurations.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of clusters currently configured.default ClustergetCluster(String name) Return the cluster with the givenname, ornullif no such cluster exists.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Method Details
-
getCluster
Return the list of clusters currently configured.- Returns:
- list of
Cluster
-
getCluster
Return the cluster with the givenname, ornullif no such cluster exists.- Parameters:
name- the name of the cluster- Returns:
- the Cluster object, or null if no such server
-