Uses of Class
com.swiftmq.impl.store.standard.StoreContext
Package
Description
-
Uses of StoreContext in com.swiftmq.impl.store.standard
Modifier and TypeMethodDescriptionprotected DurableSubscriberStoreImpl
StoreSwiftletImpl.createDurableSubscriberStore
(StoreContext ctx, String path) protected NonPersistentStore
StoreSwiftletImpl.createNonPersistentStore
(StoreContext ctx, String queueName, String swapPath, long swapMaxLength) protected StableStore
StoreSwiftletImpl.createStableStore
(StoreContext ctx, String path, int initialSize) ModifierConstructorDescriptionprotected
DurableSubscriberStoreImpl
(StoreContext ctx, String path) protected
NonPersistentStoreImpl
(StoreContext ctx, String queueName, String path, long maxLength) StoreTransactionImpl
(StoreContext ctx, String queueName, QueueIndex queueIndex) -
Uses of StoreContext in com.swiftmq.impl.store.standard.cache
ModifierConstructorDescriptionCacheManager
(StoreContext ctx, StableStore stableStore, int minSize, int maxSize) StableStore
(StoreContext ctx, String path, int initialPages) StableStore
(StoreContext ctx, String path, int initialPages, boolean offline) StableStore
(StoreContext ctx, String path, int initialPages, boolean offline, boolean freePoolEnabled) -
Uses of StoreContext in com.swiftmq.impl.store.standard.index
ModifierConstructorDescriptionIndex
(StoreContext ctx, int rootPageNo) protected
IndexPage
(StoreContext ctx, int pageNo) MessagePageReference
(StoreContext ctx, int pageNo, int refCount) QueueIndex
(StoreContext ctx, int rootPageNo) QueueIndexPage
(StoreContext ctx, int pageNo) ReferenceMap
(StoreContext ctx) RootIndex
(StoreContext ctx, int rootPageNo) RootIndexPage
(StoreContext ctx, int pageNo) -
Uses of StoreContext in com.swiftmq.impl.store.standard.jobs
ModifierConstructorDescriptionBackupJob
(StoreContext ctx) JobRegistrar
(StoreContext ctx) ScanJob
(StoreContext ctx) ShrinkJob
(StoreContext ctx) -
Uses of StoreContext in com.swiftmq.impl.store.standard.log
Modifier and TypeMethodDescriptionLogManagerFactory.createLogManager
(StoreContext ctx, CheckPointHandler checkPointHandler, String path, long maxLogSize, boolean forceSync) LogManagerFactoryImpl.createLogManager
(StoreContext ctx, CheckPointHandler checkPointHandler, String path, long maxLogSize, boolean forceSync) ModifierConstructorDescriptionAppendLogFile
(StoreContext ctx, RandomAccessFile file) LogManagerEventProcessor
(StoreContext ctx, CheckPointHandler checkPointHandler, String path, long maxLogSize, boolean forceSync) ReuseLogFile
(StoreContext ctx, RandomAccessFile file) -
Uses of StoreContext in com.swiftmq.impl.store.standard.pagedb
-
Uses of StoreContext in com.swiftmq.impl.store.standard.processor.backup
-
Uses of StoreContext in com.swiftmq.impl.store.standard.processor.scan
-
Uses of StoreContext in com.swiftmq.impl.store.standard.processor.shrink
-
Uses of StoreContext in com.swiftmq.impl.store.standard.recover
-
Uses of StoreContext in com.swiftmq.impl.store.standard.swap
-
Uses of StoreContext in com.swiftmq.impl.store.standard.transaction
-
Uses of StoreContext in com.swiftmq.impl.store.standard.xa
ModifierConstructorDescriptionPreparedLogFile
(StoreContext ctx, String path, boolean autoSync) PreparedLogQueue
(StoreContext ctx, QueueIndex queueIndex)