Package | Description |
---|---|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
Modifier and Type | Method and Description |
---|---|
long |
SimpleStrategyMBean.getAveragePartitionSizeKB()
Get the average partition storage size.
|
long |
SimpleStrategyMBean.getAverageStorageSizeKB()
Get the average node storage size.
|
int |
SimpleStrategyMBean.getHAStatusCode()
The High Availability status for the service as an integer.
|
int |
SimpleStrategyMBean.getMaxLoadNodeId()
Get the node id with the maximum storage size.
|
long |
SimpleStrategyMBean.getMaxPartitionSizeKB()
Get the maximum partition storage size.
|
long |
SimpleStrategyMBean.getMaxStorageSizeKB()
Get maximum node storage size.
|
int |
SimpleStrategyMBean.getRemainingDistributionCount()
Get the number of distributions (partition transfers) that remain to be
completed before the service achieves the goals set by this strategy.
|
int |
SimpleStrategyMBean.getServiceMachineCount()
Get the number of machines that host storage-enabled nodes running this service.
|
int |
SimpleStrategyMBean.getServiceNodeCount()
Get the number of storage-enabled nodes running this service.
|
int |
SimpleStrategyMBean.getServiceRackCount()
Get the number of racks that host storage-enabled nodes running this service.
|
int |
SimpleStrategyMBean.getServiceSiteCount()
Get the number of sites that host storage-enabled nodes running this service.
|