Package com.swiftmq.impl.store.standard
Class StoreContext
java.lang.Object
com.swiftmq.impl.store.standard.StoreContext
-
Field Summary
Modifier and TypeFieldDescriptionEntity
EntityList
Entity
Configuration
Entity
Entity
EntityList
EventLoop
LogSwiftlet
EntityList
SchedulerSwiftlet
Entity
ThreadpoolSwiftlet
TimerSwiftlet
TraceSpace
TraceSwiftlet
Entity
-
Constructor Summary
-
Method Summary
-
Field Details
-
cacheManager
-
stableStore
-
preparedLog
-
durableStore
-
logManager
-
logManagerEventLoop
public EventLoop logManagerEventLoop -
transactionManager
-
recoveryManager
-
backupProcessor
-
shrinkProcessor
-
scanProcessor
-
timerSwiftlet
public TimerSwiftlet timerSwiftlet -
schedulerSwiftlet
public SchedulerSwiftlet schedulerSwiftlet -
traceSwiftlet
public TraceSwiftlet traceSwiftlet -
traceSpace
public TraceSpace traceSpace -
logSwiftlet
public LogSwiftlet logSwiftlet -
threadpoolSwiftlet
public ThreadpoolSwiftlet threadpoolSwiftlet -
storeSwiftlet
-
config
public Configuration config -
backupEntity
public Entity backupEntity -
txEntity
public Entity txEntity -
dbEntity
public Entity dbEntity -
cacheEntity
public Entity cacheEntity -
swapEntity
public Entity swapEntity -
durableEntity
public Entity durableEntity -
backupList
public EntityList backupList -
filesList
public EntityList filesList -
scanList
public EntityList scanList -
swapFileFactory
-
swapPath
-
referenceMap
-
storeConverter
-
-
Constructor Details
-
StoreContext
-
StoreContext
public StoreContext()
-