Package com.j_spaces.core.cache
Class CountInfo
java.lang.Object
com.j_spaces.core.cache.CountInfo
Hold the count info when count is called
- Since:
- 6.6
- Author:
- guy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidvoidvoid
-
Constructor Details
-
CountInfo
public CountInfo()
-
-
Method Details
-
getSaCount
public int getSaCount() -
getAddedToPersistCount
public int getAddedToPersistCount() -
getSubFromPersistCount
public int getSubFromPersistCount() -
incSaCount
public void incSaCount() -
incAddedToPersistCount
public void incAddedToPersistCount() -
incSubFromPersistCount
public void incSubFromPersistCount()
-