|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.StoreInfo
public abstract class StoreInfo
Class representing information about server's store.
Method Summary | |
---|---|
double |
getAverageWriteTime()
Get the average time (in seconds) a write call takes. |
long |
getFileSize()
Deprecated. this method is not applicable to all store types. Instead, if applicable, use FileStoreInfo.getSize()
or MStoreInfo.getSize() . |
long |
getFreeSpace()
Deprecated. this method is not applicable to all store types. Instead, if applicable, use FileStoreInfo.getNotInUseSpace()
or MStoreInfo.getNotInUseSpace() . |
long |
getMsgBytes()
Get the total size of the data messages stored in the store. |
long |
getMsgCount()
Get the number of data messages stored in the store. |
long |
getSwappedBytes()
Get the total size of the data messages stored in the store as a result of swapping out non-persistent messages. |
long |
getSwappedCount()
Get the number of data messages stored in the store as a result of swapping out non-persistent messages. |
long |
getUsedSpace()
Deprecated. this method is not applicable to all store types. Instead, if applicable, use FileStoreInfo.getInUseSpace()
or MStoreInfo.getInUseSpace() . |
double |
getWriteUsage()
Get the Ratio between time spent within write and total time (server_rate_interval). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getMsgCount()
public long getMsgBytes()
public long getSwappedCount()
public long getSwappedBytes()
public long getFreeSpace()
FileStoreInfo.getNotInUseSpace()
or MStoreInfo.getNotInUseSpace()
.
public long getUsedSpace()
FileStoreInfo.getInUseSpace()
or MStoreInfo.getInUseSpace()
.
public long getFileSize()
FileStoreInfo.getSize()
or MStoreInfo.getSize()
.
public double getAverageWriteTime()
public double getWriteUsage()
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |