Uses of Class
com.swiftmq.impl.store.standard.StoreContext
Packages that use StoreContext
Package
Description
-
Uses of StoreContext in com.swiftmq.impl.store.standard
Methods in com.swiftmq.impl.store.standard with parameters of type StoreContextModifier 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) Constructors in com.swiftmq.impl.store.standard with parameters of type StoreContextModifierConstructorDescriptionprotected
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
Fields in com.swiftmq.impl.store.standard.cache declared as StoreContextConstructors in com.swiftmq.impl.store.standard.cache with parameters of type StoreContextModifierConstructorDescriptionCacheManager
(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
Constructors in com.swiftmq.impl.store.standard.index with parameters of type StoreContextModifierConstructorDescriptionIndex
(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
Constructors in com.swiftmq.impl.store.standard.jobs with parameters of type StoreContextModifierConstructorDescriptionBackupJob
(StoreContext ctx) JobRegistrar
(StoreContext ctx) ScanJob
(StoreContext ctx) ShrinkJob
(StoreContext ctx) -
Uses of StoreContext in com.swiftmq.impl.store.standard.log
Methods in com.swiftmq.impl.store.standard.log with parameters of type StoreContextModifier 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) Constructors in com.swiftmq.impl.store.standard.log with parameters of type StoreContextModifierConstructorDescriptionAppendLogFile
(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
Constructors in com.swiftmq.impl.store.standard.pagedb with parameters of type StoreContext -
Uses of StoreContext in com.swiftmq.impl.store.standard.processor.backup
Constructors in com.swiftmq.impl.store.standard.processor.backup with parameters of type StoreContext -
Uses of StoreContext in com.swiftmq.impl.store.standard.processor.scan
Constructors in com.swiftmq.impl.store.standard.processor.scan with parameters of type StoreContext -
Uses of StoreContext in com.swiftmq.impl.store.standard.processor.shrink
Constructors in com.swiftmq.impl.store.standard.processor.shrink with parameters of type StoreContext -
Uses of StoreContext in com.swiftmq.impl.store.standard.recover
Constructors in com.swiftmq.impl.store.standard.recover with parameters of type StoreContext -
Uses of StoreContext in com.swiftmq.impl.store.standard.swap
Constructors in com.swiftmq.impl.store.standard.swap with parameters of type StoreContext -
Uses of StoreContext in com.swiftmq.impl.store.standard.transaction
Constructors in com.swiftmq.impl.store.standard.transaction with parameters of type StoreContext -
Uses of StoreContext in com.swiftmq.impl.store.standard.xa
Constructors in com.swiftmq.impl.store.standard.xa with parameters of type StoreContextModifierConstructorDescriptionPreparedLogFile
(StoreContext ctx, String path, boolean autoSync) PreparedLogQueue
(StoreContext ctx, QueueIndex queueIndex)