Modifier and Type | Method and Description |
---|---|
void |
DeleteHTTPLBRefCommand.removeClusterRef(LbConfig lc,
ClusterRef cRef) |
void |
DeleteHTTPLBRefCommand.removeServerRef(LbConfig lc,
ServerRef sRef) |
Modifier and Type | Method and Description |
---|---|
LbConfig |
LoadbalancerReader.getLbConfig()
Returns the lbconfig associated with the load balancer
|
Modifier and Type | Method and Description |
---|---|
LbConfig |
LoadbalancerReaderImpl.getLbConfig() |
Modifier and Type | Method and Description |
---|---|
static PropertyReader[] |
PropertyReaderImpl.getPropertyReaders(LbConfig _lbConfig) |
Constructor and Description |
---|
LoadbalancerReaderImpl(Domain domain,
ApplicationRegistry appRegistry,
LbConfig lbConfig) |
Modifier and Type | Method and Description |
---|---|
static LbConfig |
LbConfigs.Duck.getLbConfig(LbConfigs instance,
String name) |
LbConfig |
LbConfigs.getLbConfig(String name)
Return the lb config with the given name, or null if no such lb config exists.
|
Modifier and Type | Method and Description |
---|---|
List<LbConfig> |
LbConfigs.getLbConfig()
Gets the value of the lbConfig property.
|
Modifier and Type | Method and Description |
---|---|
void |
LbConfig.Decorator.decorate(AdminCommandContext context,
LbConfig instance)
Create lb-config entries
tasks :
- ensures that it references an existing cluster
|
void |
LbConfig.DeleteDecorator.decorate(AdminCommandContext context,
LbConfigs parent,
LbConfig child) |
static Date |
LbConfig.Duck.getLastApplied(LbConfig lc) |
static Date |
LbConfig.Duck.getLastExported(LbConfig lc) |
static <T> T |
LbConfig.Duck.getRefByRef(LbConfig lc,
Class<T> type,
String ref) |
static <T> List<T> |
LbConfig.Duck.getRefs(LbConfig lc,
Class<T> type) |
static boolean |
LbConfig.Duck.setLastApplied(LbConfig lc) |
static boolean |
LbConfig.Duck.setLastExported(LbConfig lc) |
Modifier and Type | Method and Description |
---|---|
boolean |
RefValidator.isValid(LbConfig bean,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
Copyright © 2019. All rights reserved.