Package com.jalios.jcms
Class StoreInfo
- java.lang.Object
 - 
- com.jalios.jcms.StoreInfo
 
 
- 
public class StoreInfo extends java.lang.Object 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Class<? extends Storable>>getClassesSortedByOpCount()intgetCreateCount()Returns the count of create operations recorded in the store.intgetCreateCount(java.lang.Class<? extends Storable> clazz)intgetDeleteCount()Returns the count of delete operations recorded in the store.intgetDeleteCount(java.lang.Class<? extends Storable> clazz)LoadReportgetLoadReport()Returns the store load reportintgetOpCount()Returns the count of operations recorded in the store.intgetOpCount(java.lang.Class<? extends Storable> clazz)doublegetOpStorableRatio()java.lang.StringgetOpStorableRatioLevel(double ratio)StampgetProgressStamp()StampTablegetProgressTable()intgetStorableCount()Returns count of Storable object.java.io.FilegetStoreFile()java.util.List<java.io.File>getStoreFileList()longgetStoreFileSize()intgetUpdateCount()Returns the count of update operations recorded in the store.intgetUpdateCount(java.lang.Class<? extends Storable> clazz)doublegetUpdateCreateRatio()java.lang.StringgetUpdateCreateRatioLevel(double ratio)booleanisStoreDirectory() 
 - 
 
- 
- 
Method Detail
- 
getLoadReport
public LoadReport getLoadReport()
Returns the store load report- Returns:
 - the store load report
 
 
- 
isStoreDirectory
public boolean isStoreDirectory()
 
- 
getStoreFileSize
public long getStoreFileSize()
 
- 
getStoreFileList
public java.util.List<java.io.File> getStoreFileList()
 
- 
getStoreFile
public java.io.File getStoreFile()
 
- 
getStorableCount
public int getStorableCount()
Returns count of Storable object.- Returns:
 - the count of Storable object.
 
 
- 
getOpCount
public int getOpCount()
Returns the count of operations recorded in the store.- Returns:
 - the count of operations.
 
 
- 
getCreateCount
public int getCreateCount()
Returns the count of create operations recorded in the store.- Returns:
 - the count of create operations.
 
 
- 
getUpdateCount
public int getUpdateCount()
Returns the count of update operations recorded in the store.- Returns:
 - the count of update operations.
 
 
- 
getDeleteCount
public int getDeleteCount()
Returns the count of delete operations recorded in the store.- Returns:
 - the count of delete operations.
 
 
- 
getClassesSortedByOpCount
public java.util.List<java.lang.Class<? extends Storable>> getClassesSortedByOpCount()
 
- 
getOpCount
public int getOpCount(java.lang.Class<? extends Storable> clazz)
 
- 
getCreateCount
public int getCreateCount(java.lang.Class<? extends Storable> clazz)
 
- 
getUpdateCount
public int getUpdateCount(java.lang.Class<? extends Storable> clazz)
 
- 
getDeleteCount
public int getDeleteCount(java.lang.Class<? extends Storable> clazz)
 
- 
getUpdateCreateRatio
public double getUpdateCreateRatio()
 
- 
getOpStorableRatio
public double getOpStorableRatio()
 
- 
getProgressTable
public StampTable getProgressTable()
 
- 
getProgressStamp
public Stamp getProgressStamp()
 
- 
getUpdateCreateRatioLevel
public java.lang.String getUpdateCreateRatioLevel(double ratio)
 
- 
getOpStorableRatioLevel
public java.lang.String getOpStorableRatioLevel(double ratio)
 
 - 
 
 -