Class LLDatabaseMVStore

java.lang.Object
com.io7m.looseleaf.database.mvstore.LLDatabaseMVStore
All Implemented Interfaces:
LLDatabaseType, Closeable, AutoCloseable

public final class LLDatabaseMVStore extends Object implements LLDatabaseType
A database implementation based on the H2 MVStore.
  • Constructor Details

    • LLDatabaseMVStore

      public LLDatabaseMVStore(org.h2.mvstore.MVStore inStore, org.h2.mvstore.tx.TransactionStore inTXStore)
      A database based on the H2 MVStore class.
      Parameters:
      inStore - The MV store
      inTXStore - The transaction store
  • Method Details