WebSphere:*,type=HAWsmmController
MBean HAWsmmController
HA managed WSMM controller
Operation Summary | |
---|---|
java.lang.Boolean | getCellIsCentral() Tells whether this MBean thinks it is in the central cell of a multi-cell topology |
java.lang.String | getCentralCellName() Queries for the name of the central cell of the multi-cell topology |
java.util.Set | getOtherCellNames() Queries for the names of the non-central cells of the multi-cell topology |
java.util.HashMap | getWebMembership( Returns the Node Group membership information (a HashMap of Lists) for web nodes |
java.util.HashMap | getNonWebMembership( Returns the Node Group membership information (a HashMap of Lists) for non-web nodes |
java.util.List | getWebUtilities( Returns the estimated utilities that would result from certain changes involving the given set of nodes |
java.util.List | getEffect( Returns the estimated response times given a Goal change in serviceClassName (a List of Hashtables) |
java.lang.Integer | setThrottle( Limits the throughput of the serviceClassName by factorTP. |
java.lang.String | reset() Cause the ARFM controller to forget historical data for all cells |
java.lang.String | reset( Cause the ARFM controller to forget historical data for a cell |
java.lang.String | dump() Returns a dump of internal state |
java.lang.String | reset() Cause the ARFM controller to forget historical data for all cells |
java.lang.String | reset( Forgets the historical data about a given cell or all cells |
Operation Detail |
---|
public java.lang.Boolean getCellIsCentral()
Tells whether this MBean thinks it is in the central cell of a multi-cell topology
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getCentralCellName()
Queries for the name of the central cell of the multi-cell topology
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Set getOtherCellNames()
Queries for the names of the non-central cells of the multi-cell topology
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.HashMap getWebMembership(
java.lang.String cell,
java.lang.String nodeGroup
)
Returns the Node Group membership information (a HashMap of Lists) for web nodes
cell
-
nodeGroup
-
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.HashMap getNonWebMembership(
java.lang.String cell,
java.lang.String nodeGroup
)
Returns the Node Group membership information (a HashMap of Lists) for non-web nodes
cell
-
nodeGroup
-
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getWebUtilities(
java.util.List nodeNames
)
Returns the estimated utilities that would result from certain changes involving the given set of nodes
nodeNames
-
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List getEffect(
java.lang.String cell,
java.lang.String serviceClassName,
java.lang.Integer startGoal,
java.lang.Integer intervalGoal,
java.lang.Integer numIntervals
)
Returns the estimated response times given a Goal change in serviceClassName (a List of Hashtables)
cell
-
serviceClassName
-
startGoal
-
intervalGoal
-
numIntervals
-
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer setThrottle(
java.lang.String cell,
java.lang.String serviceClassName,
java.lang.Float factorTP
)
Limits the throughput of the serviceClassName by factorTP.
cell
-
serviceClassName
-
factorTP
-
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String reset()
Cause the ARFM controller to forget historical data for all cells
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String reset(
java.lang.String cell
)
Cause the ARFM controller to forget historical data for a cell
cell
-
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String dump()
Returns a dump of internal state
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String reset()
Cause the ARFM controller to forget historical data for all cells
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String reset(
java.lang.String cellName
)
Forgets the historical data about a given cell or all cells
cellName
-
administrator
operator