Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings.ServiceInfo
-
Packages that use ServiceInfo Package Description com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings -
-
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 ServiceInfo Modifier and Type Field Description java.util.List<ServiceInfo>RefeedAction. servicesjava.util.List<ServiceInfo>RestartAction. servicesConstructor parameters in com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings with type arguments of type ServiceInfo Constructor Description RefeedAction(java.lang.String name, boolean allowed, java.lang.String documentType, java.lang.String clusterName, java.util.List<ServiceInfo> services, java.util.List<java.lang.String> messages)RestartAction(java.lang.String clusterName, java.lang.String clusterType, java.lang.String serviceType, java.util.List<ServiceInfo> services, java.util.List<java.lang.String> messages)
-