
public class OPerformanceStatisticManagerMBean extends Object implements DynamicMBean
OPerformanceStatisticManager.
System wide attributes has the same MBean attribute names, but for each component wide attribute MBean attribute name consist of
"attribute name" COMPONENT_SEPARATOR "component name".
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_HITS
Name of "cacheHits" performance attribute
|
static String |
COMMIT_TIME
Name of "commitTime" performance attribute
|
static String |
COMPONENT_SEPARATOR
Separator in property name between component name and name of performance attribute
|
static String |
EXCLUSIVE_WRITE_CACHE_SIZE
Name of "exclusiveWriteCacheSize" performance attribute
|
static String |
FULL_CHECKPOINT_COUNT
Name of "fullCheckpointCount" performance attribute
|
static String |
FULL_CHECKPOINT_TIME
Name of "fullCheckpointTime" performance attribute
|
static String |
PAGES_PER_OPERATION
Name of "pagesPerOperation" performance attribute
|
static String |
READ_CACHE_SIZE
Name of "readCacheSize" performance attribute
|
static String |
READ_SPEED_FROM_CACHE
Name of "readSpeedFromCache" performance attribute
|
static String |
READ_SPEED_FROM_FILE
Name of "readSpeedFromFile" performance attribute
|
static String |
START_MONITORING
Name of "startMonitoring" method
|
static String |
STOP_MONITORING
Name of "stopMonitoring" method
|
static String |
WAL_CACHE_OVERFLOW_COUNT
Name of "walCacheOverflowCount" performance attribute
|
static String |
WAL_END_AO_LOG_TIME
Name of "walEndAOLogTime" performance attribute
|
static String |
WAL_FLUSH_TIME
Name of "walFlushTime" performance attribute
|
static String |
WAL_LOG_TIME
Name of "walLogTime" performance attribute
|
static String |
WAL_SIZE
Name of "walSize" performance attribute
|
static String |
WAL_START_AO_LOG_TIME
Name of "walStartAOLogTime" performance attribute
|
static String |
WRITE_CACHE_FLUSH_OPERATION_TIME
Name of "writeCacheFlushOperationsTime" performance attribute
|
static String |
WRITE_CACHE_FUZZY_CHECKPOINT_TIME
Name of "writeCacheFuzzyCheckpointTime" performance attribute
|
static String |
WRITE_CACHE_OVERFLOW_COUNT
Name of "writeCacheOverflowCount" performance attribute
|
static String |
WRITE_CACHE_PAGES_PER_FLUSH
Name of "writeCachePagesPerFlush" performance attribute
|
static String |
WRITE_CACHE_SIZE
Name of "writeCacheSize" performance attribute
|
static String |
WRITE_SPEED_IN_CACHE
Name of "writeSpeedInCache" performance attribute
|
| Constructor and Description |
|---|
OPerformanceStatisticManagerMBean(OPerformanceStatisticManager manager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attribute) |
AttributeList |
getAttributes(String[] attributes) |
MBeanInfo |
getMBeanInfo() |
Object |
invoke(String actionName,
Object[] params,
String[] signature) |
void |
setAttribute(Attribute attribute) |
AttributeList |
setAttributes(AttributeList attributes) |
public static final String PAGES_PER_OPERATION
public static final String CACHE_HITS
public static final String COMPONENT_SEPARATOR
public static final String COMMIT_TIME
public static final String READ_SPEED_FROM_CACHE
public static final String READ_SPEED_FROM_FILE
public static final String WRITE_SPEED_IN_CACHE
public static final String START_MONITORING
public static final String STOP_MONITORING
public static final String WRITE_CACHE_PAGES_PER_FLUSH
public static final String WRITE_CACHE_FLUSH_OPERATION_TIME
public static final String WRITE_CACHE_FUZZY_CHECKPOINT_TIME
public static final String FULL_CHECKPOINT_TIME
public static final String FULL_CHECKPOINT_COUNT
public static final String READ_CACHE_SIZE
public static final String WRITE_CACHE_SIZE
public static final String EXCLUSIVE_WRITE_CACHE_SIZE
public static final String WRITE_CACHE_OVERFLOW_COUNT
public static final String WAL_SIZE
public static final String WAL_CACHE_OVERFLOW_COUNT
public static final String WAL_LOG_TIME
public static final String WAL_START_AO_LOG_TIME
public static final String WAL_END_AO_LOG_TIME
public static final String WAL_FLUSH_TIME
public OPerformanceStatisticManagerMBean(OPerformanceStatisticManager manager)
public Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException
getAttribute in interface DynamicMBeanAttributeNotFoundExceptionMBeanExceptionReflectionExceptionpublic void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute in interface DynamicMBeanAttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionExceptionpublic AttributeList getAttributes(String[] attributes)
getAttributes in interface DynamicMBeanpublic AttributeList setAttributes(AttributeList attributes)
setAttributes in interface DynamicMBeanpublic Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
invoke in interface DynamicMBeanMBeanExceptionReflectionExceptionpublic MBeanInfo getMBeanInfo()
getMBeanInfo in interface DynamicMBeanCopyright © 2009–2025 OrientDB. All rights reserved.