public class FileStoreInfo extends StoreInfo
Modifier and Type | Method and Description |
---|---|
static FileStoreInfo |
from(javax.management.openmbean.CompositeData cd)
For Internal use only, may be removed or deprecated in future.
|
long |
getDestinationDefrag()
Get the maximum batch size for destination defragmentation
of queues in this store.
|
long |
getFileMinimum()
Get the minimum size of the file (the file will pre-allocated at least to
that size, if necessary).
|
java.lang.String |
getFileName()
Get the file name.
|
int |
getFragmentation()
Get the percentage fragmentation of the store file.
|
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 |
isCRCEnabled()
Indicates whether or not CRC checks are performed for stored data.
|
boolean |
isSynchronousWriteEnabled()
Indicates whether or not the file is opened in synchronous write mode.
|
boolean |
isTruncationEnabled()
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() |
getAverageWriteTime, getFileSize, getFreeSpace, getMsgBytes, getMsgCount, getSwappedBytes, getSwappedCount, getUsedSpace, getWriteUsage
public long getDestinationDefrag()
public long getNotInUseSpace()
public long getInUseSpace()
public long getSize()
public int getFragmentation()
public java.lang.String getFileName()
public long getFileMinimum()
public long getWriteRate()
public boolean isCRCEnabled()
public boolean isTruncationEnabled()
public boolean isSynchronousWriteEnabled()
public java.lang.String toString()
toString
in class java.lang.Object
public static FileStoreInfo 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