Package com.swiftmq.impl.store.standard
Class StoreContext
- java.lang.Object
-
- com.swiftmq.impl.store.standard.StoreContext
-
public class StoreContext extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StoreContext()
StoreContext(StoreSwiftletImpl storeSwiftlet, Configuration config)
-
-
-
Field Detail
-
cacheManager
public CacheManager cacheManager
-
stableStore
public StableStore stableStore
-
preparedLog
public PreparedLog preparedLog
-
durableStore
public DurableSubscriberStoreImpl durableStore
-
logManager
public LogManager logManager
-
transactionManager
public TransactionManager transactionManager
-
recoveryManager
public RecoveryManager recoveryManager
-
backupProcessor
public BackupProcessor backupProcessor
-
shrinkProcessor
public ShrinkProcessor shrinkProcessor
-
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
public StoreSwiftletImpl 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
-
swapFileFactory
public SwapFileFactory swapFileFactory
-
swapPath
public java.lang.String swapPath
-
referenceMap
public ReferenceMap referenceMap
-
-
Constructor Detail
-
StoreContext
public StoreContext(StoreSwiftletImpl storeSwiftlet, Configuration config)
-
StoreContext
public StoreContext()
-
-