Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Cluster
-
Packages that use Cluster Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of Cluster in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type Cluster Modifier and Type Method Description java.util.Map<com.yahoo.config.provision.ClusterSpec.Id,Cluster>Application. clusters()Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Cluster Constructor Description Application(com.yahoo.config.provision.ApplicationId id, java.util.Collection<Cluster> clusters) -
Uses of Cluster in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return Cluster Modifier and Type Method Description ClusterClusterData. toCluster(java.lang.String id)
-