|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataStoreStatsMXBean
The management interface for data store information.
An instance implementing this MBean can be obtained from the
getPlatformMBeanServer method.
The ObjectName for uniquely identifying this MBean is
"com.sun.sgs.service:type=DataStoreStats".
| Field Summary | |
|---|---|
static String |
MXBEAN_NAME
The name for uniquely identifying this MBean. |
| Method Summary | |
|---|---|
double |
getAvgReadBytesSample()
Returns the average read byte sample value, smoothed with the smoothing factor. |
double |
getAvgWrittenBytesSample()
Returns the average written byte sample value, smoothed with the smoothing factor. |
long |
getCreateObjectCalls()
Returns the number of times createObject
has been called. |
long |
getGetBindingCalls()
Returns the number of times getBinding
has been called. |
long |
getGetClassIdCalls()
Returns the number of times getClassId
has been called. |
long |
getGetClassInfoCalls()
Returns the number of times getClassInfo
has been called. |
long |
getGetObjectCalls()
Returns the number of times getObject
has been called with a false argument. |
long |
getGetObjectForUpdateCalls()
Returns the number of times getObject
has been called with a true argument. |
long |
getMarkForUpdateCalls()
Returns the number of times markForUpdate
has been called. |
long |
getMaxReadBytesSample()
Returns the maximum read byte sample value. |
long |
getMaxWrittenBytesSample()
Returns the maximum written byte sample value. |
long |
getMinReadBytesSample()
Returns the mimimum read byte sample value. |
long |
getMinWrittenBytesSample()
Returns the mimimum written byte sample value. |
long |
getNextBoundNameCalls()
Returns the number of times nextBoundName
has been called. |
long |
getNextObjectIdCalls()
Returns the number of times nextObjectId
has been called. |
long |
getReadBytesCount()
Returns the total number of bytes read from the data store. |
long |
getReadObjectsCount()
Returns the total number of objects read from the data store. |
long |
getRemoveBindingCalls()
Returns the number of times removeBinding
has been called. |
long |
getRemoveObjectCalls()
Returns the number of times removeObject
has been called. |
long |
getSetBindingCalls()
Returns the number of times setBinding
has been called. |
long |
getSetObjectCalls()
Returns the number of times setObject
has been called. |
long |
getSetObjectsCalls()
Returns the number of times setObjects has been called. |
double |
getSmoothingFactor()
Returns the smoothing factor in effect for the data store aggregate statistics. |
long |
getWrittenBytesCount()
Returns the total number of bytes read written to data store. |
long |
getWrittenObjectsCount()
Returns the total number of objects read written to data store. |
void |
setSmoothingFactor(double smooth)
Sets the smoothing factor in effect for the data store aggregate statistics. |
| Field Detail |
|---|
static final String MXBEAN_NAME
| Method Detail |
|---|
long getCreateObjectCalls()
createObject
has been called.
createObject has been calledlong getGetBindingCalls()
getBinding
has been called.
getBinding has been calledlong getGetClassIdCalls()
getClassId
has been called.
getClassId has been calledlong getGetClassInfoCalls()
getClassInfo
has been called.
getClassInfo has been calledlong getGetObjectCalls()
getObject
has been called with a false argument.
getObject has been calledlong getGetObjectForUpdateCalls()
getObject
has been called with a true argument.
getObject has been calledlong getMarkForUpdateCalls()
markForUpdate
has been called.
markForUpdate has been calledlong getNextBoundNameCalls()
nextBoundName
has been called.
nextBoundName has been calledlong getNextObjectIdCalls()
nextObjectId
has been called.
nextObjectId has been calledlong getRemoveBindingCalls()
removeBinding
has been called.
removeBinding has been calledlong getRemoveObjectCalls()
removeObject
has been called.
removeObject has been calledlong getSetBindingCalls()
setBinding
has been called.
setBinding has been calledlong getSetObjectCalls()
setObject
has been called.
setObject has been calledlong getSetObjectsCalls()
setObjects has been called.
setObjects has been calledlong getReadBytesCount()
long getReadObjectsCount()
long getWrittenBytesCount()
long getWrittenObjectsCount()
double getSmoothingFactor()
void setSmoothingFactor(double smooth)
smooth - the smoothing factorAggregateProfileSample.setSmoothingFactor(double)long getMaxWrittenBytesSample()
long getMinWrittenBytesSample()
double getAvgWrittenBytesSample()
long getMaxReadBytesSample()
long getMinReadBytesSample()
double getAvgReadBytesSample()
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||