Class MVStoreKVImplementation.Config

java.lang.Object
io.permazen.kv.mvstore.MVStoreKVImplementation.Config
Enclosing class:
MVStoreKVImplementation

public static class MVStoreKVImplementation.Config extends Object
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • setFile

      public void setFile(File file)
    • getFile

      public File getFile()
    • setMemory

      public void setMemory(boolean memory)
    • setReadOnly

      public void setReadOnly(boolean readOnly)
    • setCompress

      public void setCompress(boolean compress)
    • setCompressHigh

      public void setCompressHigh(boolean compressHigh)
    • setEncryptKey

      public void setEncryptKey(String encryptKey)
    • setMapName

      public void setMapName(String mapName)
    • isEnabled

      public boolean isEnabled()
    • configure

      public MVStoreAtomicKVStore configure(MVStoreAtomicKVStore kvstore)