Package org.rocksdb

Class ImportColumnFamilyOptions

    • Constructor Detail

      • ImportColumnFamilyOptions

        public ImportColumnFamilyOptions()
    • Method Detail

      • 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.