Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings.ServiceInfo
Packages that use ServiceInfo
-
Uses of ServiceInfo in com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings
Fields in com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings with type parameters of type ServiceInfoModifier and TypeFieldDescriptionfinal List<ServiceInfo>RefeedAction.servicesfinal List<ServiceInfo>ReindexAction.servicesfinal List<ServiceInfo>RestartAction.servicesConstructor parameters in com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings with type arguments of type ServiceInfoModifierConstructorDescriptionRefeedAction(String name, String documentType, String clusterName, List<ServiceInfo> services, List<String> messages) ReindexAction(String name, String documentType, String clusterName, List<ServiceInfo> services, List<String> messages) RestartAction(String clusterName, String clusterType, String serviceType, List<ServiceInfo> services, List<String> messages)