Package com.j_spaces.core.cache
Class InitialLoadInfo
java.lang.Object
com.j_spaces.core.cache.InitialLoadInfo
cache-manager information about initial load performed
- Since:
- 10.0
- Author:
- yechiel
-
Constructor Summary
ConstructorsConstructorDescriptionInitialLoadInfo(org.slf4j.Logger logger, boolean logRecoveryProcess, long recoveryLogInterval) -
Method Summary
Modifier and TypeMethodDescriptionvoidintintintlongorg.slf4j.LoggerlonglongvoidvoidincrementFoundInDatabasePerType(String typeName) voidvoidincrementInsertedToCachePerType(String typeName) voidbooleanvoidonInitCountingComplete(Runnable callback) voidvoidsetCurDesc(IServerTypeDesc _curDesc) voidsetCurTypeData(TypeData _curTypeData) voidsetFoundInDatabase(int foundInDatabase) voidsetFoundInDatabasePerType(Map<String, Integer> foundInDatabasePerType) voidsetInsertedToCache(int insertedToCache) voidsetInsertedToCachePerType(Map<String, Integer> insertedToCachePerType) voidsetLastLoggedTime(long _lastLoggedTime) voidsetRecoveryStartTime(long _recoveryStartTime) void
-
Constructor Details
-
InitialLoadInfo
public InitialLoadInfo(org.slf4j.Logger logger, boolean logRecoveryProcess, long recoveryLogInterval)
-
-
Method Details
-
getFoundInDatabase
public int getFoundInDatabase() -
setFoundInDatabase
public void setFoundInDatabase(int foundInDatabase) -
incrementFoundInDatabase
public void incrementFoundInDatabase() -
startInitCounting
public void startInitCounting() -
completeInitCounting
public void completeInitCounting() -
onInitCountingComplete
-
getInsertedToCache
public int getInsertedToCache() -
setInsertedToCache
public void setInsertedToCache(int insertedToCache) -
incrementInsertedToCache
public void incrementInsertedToCache() -
incrementInsertedToHotTier
public void incrementInsertedToHotTier() -
getInsertedToHotTier
public int getInsertedToHotTier() -
getRecoveryStartTime
public long getRecoveryStartTime() -
setRecoveryStartTime
public void setRecoveryStartTime(long _recoveryStartTime) -
getLastLoggedTime
public long getLastLoggedTime() -
setLastLoggedTime
public void setLastLoggedTime(long _lastLoggedTime) -
getBlobStoreFifoInitialLoader
-
setBlobStoreFifoInitialLoader
-
getCurDesc
-
setCurDesc
-
getCurTypeData
-
setCurTypeData
-
getInitialLoadErrors
-
getLogger
public org.slf4j.Logger getLogger() -
isLogRecoveryProcess
public boolean isLogRecoveryProcess() -
getRecoveryLogInterval
public long getRecoveryLogInterval() -
getFoundInDatabasePerType
-
setFoundInDatabasePerType
-
incrementFoundInDatabasePerType
-
getInsertedToCachePerType
-
setInsertedToCachePerType
-
incrementInsertedToCachePerType
-