Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Database.EJDB2.WAL
Synopsis
- data Options = Options {
- enabled :: !Bool
- checkCRCOnCheckpoint :: !Bool
- savepointTimeoutSec :: !Word32
- checkpointTimeoutSec :: !Word32
- walBufferSz :: !Word64
- checkpointBufferSz :: !Word8
- walLockInterceptor :: !(FunPtr (CBool -> Ptr () -> IO RC))
- walLockInterceptorOpaque :: !(Ptr ())
- zero :: Options
Documentation
Write ahead log (WAL) options.
Constructors
Options | |
Fields
|
Instances
Storable Options Source # | |