Uses of Interface
org.glassfish.loadbalancer.config.LbConfig
-
-
Uses of LbConfig in org.glassfish.loadbalancer.admin.cli
Methods in org.glassfish.loadbalancer.admin.cli with parameters of type LbConfig Modifier and Type Method Description voidDeleteHTTPLBRefCommand. removeClusterRef(LbConfig lc, ClusterRef cRef)voidDeleteHTTPLBRefCommand. removeServerRef(LbConfig lc, ServerRef sRef) -
Uses of LbConfig in org.glassfish.loadbalancer.admin.cli.reader.api
Methods in org.glassfish.loadbalancer.admin.cli.reader.api that return LbConfig Modifier and Type Method Description LbConfigLoadbalancerReader. getLbConfig()Returns the lbconfig associated with the load balancer -
Uses of LbConfig in org.glassfish.loadbalancer.admin.cli.reader.impl
Methods in org.glassfish.loadbalancer.admin.cli.reader.impl that return LbConfig Modifier and Type Method Description LbConfigLoadbalancerReaderImpl. getLbConfig()Methods in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type LbConfig Modifier and Type Method Description static PropertyReader[]PropertyReaderImpl. getPropertyReaders(LbConfig _lbConfig)Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type LbConfig Constructor Description LoadbalancerReaderImpl(Domain domain, ApplicationRegistry appRegistry, LbConfig lbConfig) -
Uses of LbConfig in org.glassfish.loadbalancer.config
Methods in org.glassfish.loadbalancer.config that return LbConfig Modifier and Type Method Description static LbConfigLbConfigs.Duck. getLbConfig(LbConfigs instance, String name)LbConfigLbConfigs. getLbConfig(String name)Return the lb config with the given name, or null if no such lb config exists.Methods in org.glassfish.loadbalancer.config that return types with arguments of type LbConfig Modifier and Type Method Description List<LbConfig>LbConfigs. getLbConfig()Gets the value of the lbConfig property.Methods in org.glassfish.loadbalancer.config with parameters of type LbConfig Modifier and Type Method Description voidLbConfig.Decorator. decorate(AdminCommandContext context, LbConfig instance)Create lb-config entries tasks : - ensures that it references an existing clustervoidLbConfig.DeleteDecorator. decorate(AdminCommandContext context, LbConfigs parent, LbConfig child)static DateLbConfig.Duck. getLastApplied(LbConfig lc)static DateLbConfig.Duck. getLastExported(LbConfig lc)static <T> TLbConfig.Duck. getRefByRef(LbConfig lc, Class<T> type, String ref)static <T> List<T>LbConfig.Duck. getRefs(LbConfig lc, Class<T> type)static booleanLbConfig.Duck. setLastApplied(LbConfig lc)static booleanLbConfig.Duck. setLastExported(LbConfig lc) -
Uses of LbConfig in org.glassfish.loadbalancer.config.customvalidators
Methods in org.glassfish.loadbalancer.config.customvalidators with parameters of type LbConfig Modifier and Type Method Description booleanRefValidator. isValid(LbConfig bean, jakarta.validation.ConstraintValidatorContext constraintValidatorContext)
-