public class MStoreInfo extends StoreInfo
Modifier and Type | Method and Description |
---|---|
static MStoreInfo |
from(javax.management.openmbean.CompositeData cd)
For Internal use only, may be removed or deprecated in future.
|
long |
getDiscardScanBytes()
Get the number of bytes examined at each discard scan interval.
|
long |
getDiscardScanInterval()
Get the interval for discard scan.
|
java.lang.String |
getFileName()
Get the file name.
|
long |
getInUseSpace()
Get the amount of space in the store file that is in use.
|
long |
getNotInUseSpace()
Get the amount of space in the store file that is not in use.
|
long |
getSize()
Get the total size of the store file.
|
long |
getWriteRate()
Get the number of bytes written per second.
|
boolean |
isFirstScanFinished()
Determine if the first scan is finished.
|
java.lang.String |
toString() |
getAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getSwappedBytes, getSwappedCount, getUsedSpace, getWriteUsage
public long getNotInUseSpace()
public long getInUseSpace()
public long getSize()
public java.lang.String getFileName()
public long getDiscardScanInterval()
public long getDiscardScanBytes()
public long getWriteRate()
public boolean isFirstScanFinished()
public java.lang.String toString()
toString
in class java.lang.Object
public static MStoreInfo from(javax.management.openmbean.CompositeData cd) throws java.lang.Exception
java.lang.IllegalArgumentException
- if CompositeType does not match
or if a null CompositeData is passed.java.lang.Exception
Copyright © TIBCO Software Inc. All rights reserved