rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

IngestExternalFileOptions update Java API to include several recently added option, in parity with C++

Open alanpaxton opened this issue 5 months ago • 0 comments

The C++ API IngestExternalFileOptions has options that are not present in the Java API. We have added Java version of these C++ options:

verify_checksums_before_ingest verify_checksums_readahead_size verify_file_checksum fail_if_not_bottommost_level link_files

The Java options are named in camelCase per Java standards. The fail_if_not_bottommost_level has been named failIfNotLastLevel per the discussion in the code comments.

alanpaxton avatar Sep 06 '24 13:09 alanpaxton