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 EventLoop logManagerEventLoop
    • transactionManager

      public TransactionManager transactionManager
    • recoveryManager

      public RecoveryManager recoveryManager
    • backupProcessor

      public BackupProcessor backupProcessor
    • shrinkProcessor

      public ShrinkProcessor shrinkProcessor
    • scanProcessor

      public ScanProcessor 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

      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
    • scanList

      public 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, Configuration config)
    • StoreContext

      public StoreContext()