congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
MVStoreTool.compactCleanUp
Code IndexAdd Tabnine to your IDE (free)

How to use
compactCleanUp
method
in
org.h2.mvstore.MVStoreTool

Best Java code snippets using org.h2.mvstore.MVStoreTool.compactCleanUp (Showing top 3 results out of 315)

origin: com.h2database/h2

if (dbPath != null) {
  String fileName = dbPath + Constants.SUFFIX_MV_FILE;
  MVStoreTool.compactCleanUp(fileName);
  builder.fileName(fileName);
  builder.pageSplitSize(db.getPageSize());
origin: com.eventsourcing/h2

if (dbPath != null) {
  String fileName = dbPath + Constants.SUFFIX_MV_FILE;
  MVStoreTool.compactCleanUp(fileName);
  builder.fileName(fileName);
  builder.pageSplitSize(db.getPageSize());
origin: org.wowtools/h2

if (dbPath != null) {
  String fileName = dbPath + Constants.SUFFIX_MV_FILE;
  MVStoreTool.compactCleanUp(fileName);
  builder.fileName(fileName);
  builder.pageSplitSize(db.getPageSize());
org.h2.mvstoreMVStoreToolcompactCleanUp

Javadoc

Clean up if needed, in a case a compact operation was interrupted due to killing the process or a power failure. This will delete temporary files (if any), and in case atomic file replacements were not used, rename the new file.

Popular methods of MVStoreTool

  • compact
    Copy all live pages from the source store to the target store.
  • dump
    Read the contents of the file and write them to system out.
  • formatTimestamp
  • getCompressor
  • getPercent
  • info
    Read the summary information of the file and write them to system out.
  • repair
    Repair a store by rolling back to the newest good version.
  • rollback
    Roll back to a given revision into a a file called *.temp.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getContentResolver (Context)
  • getSystemService (Context)
  • addToBackStack (FragmentTransaction)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Menu (java.awt)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now