Class StoreContext

java.lang.Object
com.swiftmq.impl.store.standard.StoreContext

public class StoreContext extends Object
  • Field Details

    • cacheManager

      public CacheManager cacheManager
    • stableStore

      public StableStore stableStore
    • preparedLog

      public PreparedLog preparedLog
    • durableStore

      public DurableSubscriberStoreImpl durableStore
    • logManager

      public LogManager logManager
    • logManagerEventLoop

      public com.swiftmq.swiftlet.threadpool.EventLoop logManagerEventLoop
    • transactionManager

      public TransactionManager transactionManager
    • recoveryManager

      public RecoveryManager recoveryManager
    • backupProcessor

      public BackupProcessor backupProcessor
    • shrinkProcessor

      public ShrinkProcessor shrinkProcessor
    • scanProcessor

      public ScanProcessor scanProcessor
    • timerSwiftlet

      public com.swiftmq.swiftlet.timer.TimerSwiftlet timerSwiftlet
    • schedulerSwiftlet

      public com.swiftmq.swiftlet.scheduler.SchedulerSwiftlet schedulerSwiftlet
    • traceSwiftlet

      public com.swiftmq.swiftlet.trace.TraceSwiftlet traceSwiftlet
    • traceSpace

      public com.swiftmq.swiftlet.trace.TraceSpace traceSpace
    • logSwiftlet

      public com.swiftmq.swiftlet.log.LogSwiftlet logSwiftlet
    • threadpoolSwiftlet

      public com.swiftmq.swiftlet.threadpool.ThreadpoolSwiftlet threadpoolSwiftlet
    • storeSwiftlet

      public StoreSwiftletImpl storeSwiftlet
    • config

      public com.swiftmq.mgmt.Configuration config
    • backupEntity

      public com.swiftmq.mgmt.Entity backupEntity
    • txEntity

      public com.swiftmq.mgmt.Entity txEntity
    • dbEntity

      public com.swiftmq.mgmt.Entity dbEntity
    • cacheEntity

      public com.swiftmq.mgmt.Entity cacheEntity
    • swapEntity

      public com.swiftmq.mgmt.Entity swapEntity
    • durableEntity

      public com.swiftmq.mgmt.Entity durableEntity
    • backupList

      public com.swiftmq.mgmt.EntityList backupList
    • filesList

      public com.swiftmq.mgmt.EntityList filesList
    • scanList

      public com.swiftmq.mgmt.EntityList scanList
    • swapFileFactory

      public SwapFileFactory swapFileFactory
    • swapPath

      public String swapPath
    • referenceMap

      public ReferenceMap referenceMap
    • storeConverter

      public StoreConverter storeConverter
  • Constructor Details

    • StoreContext

      public StoreContext(StoreSwiftletImpl storeSwiftlet, com.swiftmq.mgmt.Configuration config)
    • StoreContext

      public StoreContext()