Class ClusterList

java.lang.Object
com.yahoo.vespaclient.ClusterList

public class ClusterList extends Object
A list of content clusters, either obtained from a list, a given config or by self-subscribing
  • Constructor Details

    • ClusterList

      public ClusterList()
    • ClusterList

      public ClusterList(List<ClusterDef> contentClusters)
    • ClusterList

      public ClusterList(String configId)
    • ClusterList

      public ClusterList(com.yahoo.cloud.config.ClusterListConfig config)
  • Method Details