@Deprecated public class MStoreInfo extends StoreInfo
Modifier and Type | Method and Description |
---|---|
static MStoreInfo |
from(javax.management.openmbean.CompositeData cd)
Deprecated.
For Internal use only, may be removed or deprecated in future.
|
long |
getDiscardScanBytes()
Deprecated.
Get the number of bytes examined at each discard scan interval.
|
long |
getDiscardScanInterval()
Deprecated.
Get the interval for discard scan.
|
java.lang.String |
getFileName()
Deprecated.
Get the file name.
|
long |
getInUseSpace()
Deprecated.
Get the amount of space in the store file that is in use.
|
long |
getNotInUseSpace()
Deprecated.
Get the amount of space in the store file that is not in use.
|
long |
getSize()
Deprecated.
Get the total size of the store file.
|
long |
getWriteRate()
Deprecated.
Get the number of bytes written per second.
|
boolean |
isFirstScanFinished()
Deprecated.
Determine if the first scan is finished.
|
boolean |
isSynchronousWriteEnabled()
Deprecated.
Indicates whether or not the file is opened in synchronous write mode.
|
boolean |
isTimeBoundCompactAvailable()
Deprecated.
Indicates whether or not this mstore can be compacted in a time-bound
manner or through the mstore_truncate property.
|
boolean |
isTruncationEnabled()
Deprecated.
Indicates whether or not the server will periodically check if there is
unused space at the end of the file and, if so, truncate the file.
|
java.lang.String |
toString()
Deprecated.
|
getAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getSwappedBytes, getSwappedCount, getUsedSpace, getWriteUsage
public boolean isTimeBoundCompactAvailable()
public long getNotInUseSpace()
public long getInUseSpace()
public long getSize()
public java.lang.String getFileName()
public boolean isTruncationEnabled()
public boolean isSynchronousWriteEnabled()
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 © Cloud Software Group, Inc. All rights reserved