Class WalFlags

java.lang.Object
io.objectbox.config.WalFlags

public final class WalFlags extends Object
WAL flags control how the store handles WAL files.
  • Field Details

    • EnableWal

      public static final int EnableWal
      Enable WAL
      See Also:
    • NoFileSync

      public static final int NoFileSync
      Does not wait for the disk to acknowledge
      See Also: