Uses of Class
com.yahoo.container.core.VipStatusConfig
Packages that use VipStatusConfig
Package
Description
Contains the handler framework of the container.
-
Uses of VipStatusConfig in com.yahoo.container.core
Methods in com.yahoo.container.core that return VipStatusConfigConstructors in com.yahoo.container.core with parameters of type VipStatusConfig -
Uses of VipStatusConfig in com.yahoo.container.handler
Constructors in com.yahoo.container.handler with parameters of type VipStatusConfigModifierConstructorDescriptionVipStatus(QrSearchersConfig dispatchers, VipStatusConfig vipStatusConfig, ClustersStatus clustersStatus, StateMonitor healthState, Metric metric) VipStatusHandler(VipStatusConfig vipConfig, Metric metric, VipStatus vipStatus) Create this with a dedicated thread pool to avoid returning an error to VIPs when the regular thread pool is out of capacity.VipStatusHandler(Executor executor, VipStatusConfig vipConfig, Metric metric) VipStatusHandler(Executor executor, VipStatusConfig vipConfig, Metric metric, VipStatus vipStatus)