Package org.rocksdb

Class ImportColumnFamilyOptions

All Implemented Interfaces:
AutoCloseable

public class ImportColumnFamilyOptions extends RocksObject
  • Constructor Details

    • ImportColumnFamilyOptions

      public ImportColumnFamilyOptions()
  • Method Details

    • moveFiles

      public boolean moveFiles()
      Can be set to true to move the files instead of copying them.
      Returns:
      true if files will be moved
    • setMoveFiles

      public ImportColumnFamilyOptions setMoveFiles(boolean moveFiles)
      Can be set to true to move the files instead of copying them.
      Parameters:
      moveFiles - true if files should be moved instead of copied
      Returns:
      the reference to the current IngestExternalFileOptions.
    • disposeInternal

      protected final void disposeInternal(long handle)
      Specified by:
      disposeInternal in class RocksObject