Uses of Interface
com.swiftmq.impl.store.standard.log.CheckPointHandler
Packages that use CheckPointHandler
-
Uses of CheckPointHandler in com.swiftmq.impl.store.standard.log
Methods in com.swiftmq.impl.store.standard.log with parameters of type CheckPointHandlerModifier 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 CheckPointHandlerModifierConstructorDescriptionLogManagerEventProcessor
(StoreContext ctx, CheckPointHandler checkPointHandler, String path, long maxLogSize, boolean forceSync) -
Uses of CheckPointHandler in com.swiftmq.impl.store.standard.transaction
Classes in com.swiftmq.impl.store.standard.transaction that implement CheckPointHandler