Package com.tibco.tibjms.admin
Class MStoreInfo
- java.lang.Object
- 
- com.tibco.tibjms.admin.StoreInfo
- 
- com.tibco.tibjms.admin.MStoreInfo
 
 
- 
 @Deprecated public class MStoreInfo extends StoreInfo Deprecated.As of EMS 10.1 Class representing information about a server's mstore-based store.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MStoreInfofrom(javax.management.openmbean.CompositeData cd)Deprecated.For Internal use only, may be removed or deprecated in future.longgetDiscardScanBytes()Deprecated.Get the number of bytes examined at each discard scan interval.longgetDiscardScanInterval()Deprecated.Get the interval for discard scan.java.lang.StringgetFileName()Deprecated.Get the file name.longgetInUseSpace()Deprecated.Get the amount of space in the store file that is in use.longgetNotInUseSpace()Deprecated.Get the amount of space in the store file that is not in use.longgetSize()Deprecated.Get the total size of the store file.longgetWriteRate()Deprecated.Get the number of bytes written per second.booleanisFirstScanFinished()Deprecated.Determine if the first scan is finished.booleanisSynchronousWriteEnabled()Deprecated.Indicates whether or not the file is opened in synchronous write mode.booleanisTimeBoundCompactAvailable()Deprecated.Indicates whether or not this mstore can be compacted in a time-bound manner or through the mstore_truncate property.booleanisTruncationEnabled()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.StringtoString()Deprecated.- 
Methods inherited from class com.tibco.tibjms.admin.StoreInfogetAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getName, getSwappedBytes, getSwappedCount, getType, getUsedSpace, getWriteUsage
 
- 
 
- 
- 
- 
Method Detail- 
isTimeBoundCompactAvailablepublic boolean isTimeBoundCompactAvailable() Deprecated.Indicates whether or not this mstore can be compacted in a time-bound manner or through the mstore_truncate property.- Returns:
- true if time-bound compact is available for this mstore, false otherwise
- Since:
- EMS 8.3
 
 - 
getNotInUseSpacepublic long getNotInUseSpace() Deprecated.Get the amount of space in the store file that is not in use.- Returns:
- the number of bytes that are free
 
 - 
getInUseSpacepublic long getInUseSpace() Deprecated.Get the amount of space in the store file that is in use.- Returns:
- the number of bytes that are in use
 
 - 
getSizepublic long getSize() Deprecated.Get the total size of the store file.- Returns:
- the size in bytes
 
 - 
getFileNamepublic java.lang.String getFileName() Deprecated.Get the file name.- Returns:
- file name
 
 - 
isTruncationEnabledpublic 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.- Returns:
- true if truncation is enabled, false otherwise
- Since:
- EMS 8.3
 
 - 
isSynchronousWriteEnabledpublic boolean isSynchronousWriteEnabled() Deprecated.Indicates whether or not the file is opened in synchronous write mode.- Returns:
- true if synchronous mode is enabled, false otherwise
 
 - 
getDiscardScanIntervalpublic long getDiscardScanInterval() Deprecated.Get the interval for discard scan.- Returns:
- period in milliseconds.
 
 - 
getDiscardScanBytespublic long getDiscardScanBytes() Deprecated.Get the number of bytes examined at each discard scan interval.- Returns:
- the amount in bytes
 
 - 
getWriteRatepublic long getWriteRate() Deprecated.Get the number of bytes written per second.- Returns:
- the byte rate.
- Since:
- EMS 6.1
 
 - 
isFirstScanFinishedpublic boolean isFirstScanFinished() Deprecated.Determine if the first scan is finished.- Returns:
- true or false
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- java.lang.Object
 
 - 
frompublic static MStoreInfo from(javax.management.openmbean.CompositeData cd) throws java.lang.Exception Deprecated.For Internal use only, may be removed or deprecated in future.- Returns:
- a MStoreInfo object from CompositeData
- Throws:
- java.lang.IllegalArgumentException- if CompositeType does not match or if a null CompositeData is passed.
- java.lang.Exception
 
 
- 
 
-