Module swim.db
Package swim.db

Class Compact


  • public final class Compact
    extends Object
    • Constructor Detail

      • Compact

        public Compact​(int deleteDelay,
                       boolean isForced,
                       boolean isShifted,
                       FingerTrieSeq<Cont<Store>> conts)
      • Compact

        public Compact​(int deleteDelay,
                       boolean isForced,
                       boolean isShifted)
    • Method Detail

      • deleteDelay

        public int deleteDelay()
      • deleteDelay

        public Compact deleteDelay​(int deleteDelay)
      • isForced

        public boolean isForced()
      • isForced

        public Compact isForced​(boolean isForced)
      • isShifted

        public boolean isShifted()
      • isShifted

        public Compact isShifted​(boolean isShifted)
      • bind

        public void bind​(Store store)
      • trap

        public void trap​(Throwable error)
      • commit

        public Commit commit()
      • forced

        public static Compact forced​(int deleteDelay)