|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.pooling.api.ResourcePoolStatisticNames
public final class ResourcePoolStatisticNames
Field Summary | |
---|---|
static java.lang.String |
MAX_NUM_OF_RESOURCES_IN_POOL
Maximumn number of resources in the pool at one time - high watermark |
static java.lang.String |
MAX_RESOURCE_SIZE
the max size of the ResourcePool.MAXIMUM_RESOURCE_SIZE |
static java.lang.String |
MIN_RESOURCE_SIZE
the max size of the ResourcePool.MINIMUM_RESOURCE_SIZE |
static java.lang.String |
NUM_OF_RESOURCES_IN_POOL
Number of resources currently in the pool |
static java.lang.String |
NUM_OF_RESOURCES_REQUESTED
the total number resources requested for use |
static java.lang.String |
NUM_OF_SUCCESSFUL_REQUESTS
the total number of successfull requests |
static java.lang.String |
NUM_OF_TIMEOUTS
the number timeouts that have occured. |
static java.lang.String |
NUM_OF_UNSUCCESSFUL_REQUESTS
the total number of unsuccessful requests for use |
static java.lang.String |
TOTAL_PHYSICAL_RESOURCES_USED
the total number physical resources instantiated, regardless if still available |
Constructor Summary | |
---|---|
ResourcePoolStatisticNames()
|
Method Summary | |
---|---|
static java.lang.String |
getDescription(java.lang.String statisticName)
|
static java.lang.String |
getDisplayName(java.lang.String statisticName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TOTAL_PHYSICAL_RESOURCES_USED
public static final java.lang.String NUM_OF_TIMEOUTS
public static final java.lang.String NUM_OF_RESOURCES_REQUESTED
public static final java.lang.String NUM_OF_SUCCESSFUL_REQUESTS
public static final java.lang.String NUM_OF_UNSUCCESSFUL_REQUESTS
public static final java.lang.String MAX_NUM_OF_RESOURCES_IN_POOL
public static final java.lang.String NUM_OF_RESOURCES_IN_POOL
public static final java.lang.String MAX_RESOURCE_SIZE
public static final java.lang.String MIN_RESOURCE_SIZE
Constructor Detail |
---|
public ResourcePoolStatisticNames()
Method Detail |
---|
public static final java.lang.String getDisplayName(java.lang.String statisticName)
public static final java.lang.String getDescription(java.lang.String statisticName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |