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 List<ServiceInfo>RefeedAction. servicesList<ServiceInfo>ReindexAction. servicesList<ServiceInfo>RestartAction. servicesConstructor parameters in com.yahoo.vespa.hosted.controller.api.application.v4.model.configserverbindings with type arguments of type ServiceInfo Constructor Description RefeedAction(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)
-