|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RealServerGroup
Group of real servers AKA cluster
Field Summary | |
---|---|
static int |
DYNAMIC_RATIO
|
static int |
FASTEST_APP_RESPONSE
|
static int |
FASTEST_NODE_ADDR
|
static int |
HASH
|
static int |
LEAST_CONN_MEMBER
|
static int |
LEAST_CONN_NODE_ADDR
|
static int |
LEAST_CONNS
|
static int |
MINMISSES
|
static int |
NO_BALANCING
|
static int |
OBSERVERD_MEMBER
|
static int |
OBSERVERD_NODE_ADDR
|
static int |
PREDICTIVE_MEMBER
|
static int |
PREDICTIVE_NODE_ADDR
|
static int |
RATIO_MEMBER
|
static int |
RATIO_NODE_ADDR
|
static int |
ROUND_ROBIN
|
static int |
WEIGHTED_LEAST_CONNS
|
static int |
WEIGTHED_ROUND_ROBIN
|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
int |
getLoadBalancingAlgorithm()
The loadbalancing algorithm that's used by the VIP |
java.lang.String |
getName()
Unique name identifying the group e.g. |
VipFunction |
getParent()
Parent pointer to VipFunction |
RealServer[] |
getRealServers()
Get real server group |
boolean |
hasLoadBalancingAlgorithm()
|
boolean |
hasName()
|
boolean |
hasParent()
|
boolean |
hasRealServers()
|
void |
setLoadBalancingAlgorithm(int algorithm)
|
void |
setName(java.lang.String name)
|
void |
setParent(VipFunction parent)
|
void |
setRealServers(RealServer[] servers)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final int NO_BALANCING
static final int ROUND_ROBIN
static final int WEIGTHED_ROUND_ROBIN
static final int LEAST_CONNS
static final int WEIGHTED_LEAST_CONNS
static final int MINMISSES
static final int HASH
static final int RATIO_MEMBER
static final int LEAST_CONN_MEMBER
static final int OBSERVERD_MEMBER
static final int PREDICTIVE_MEMBER
static final int RATIO_NODE_ADDR
static final int LEAST_CONN_NODE_ADDR
static final int FASTEST_NODE_ADDR
static final int OBSERVERD_NODE_ADDR
static final int PREDICTIVE_NODE_ADDR
static final int DYNAMIC_RATIO
static final int FASTEST_APP_RESPONSE
Method Detail |
---|
VipFunction getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(VipFunction parent)
boolean hasParent()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String name)
boolean hasName()
RealServer[] getRealServers() throws AttributeNotSetException
AttributeNotSetException
void setRealServers(RealServer[] servers)
boolean hasRealServers()
int getLoadBalancingAlgorithm() throws AttributeNotSetException
AttributeNotSetException
void setLoadBalancingAlgorithm(int algorithm)
boolean hasLoadBalancingAlgorithm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |