rocksdb/table/cuckoo
Shylock Hg 9eb3e1f77d Use delete to disable automatic generated methods. (#5009)
Summary:
Use delete to disable automatic generated methods instead of private, and put the constructor together for more clear.This modification cause the unused field warning, so add unused attribute to disable this warning.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5009

Differential Revision: D17288733

fbshipit-source-id: 8a767ce096f185f1db01bd28fc88fef1cdd921f3
2019-09-11 18:09:00 -07:00
..
cuckoo_table_builder_test.cc Move some memory related files from util/ to memory/ (#5382) 2019-05-30 17:44:09 -07:00
cuckoo_table_builder.cc Organizing rocksdb/table directory by format 2019-05-30 14:51:11 -07:00
cuckoo_table_builder.h Use delete to disable automatic generated methods. (#5009) 2019-09-11 18:09:00 -07:00
cuckoo_table_factory.cc Organizing rocksdb/table directory by format 2019-05-30 14:51:11 -07:00
cuckoo_table_factory.h Organizing rocksdb/table directory by format 2019-05-30 14:51:11 -07:00
cuckoo_table_reader_test.cc New API to get all merge operands for a Key (#5604) 2019-08-06 14:26:44 -07:00
cuckoo_table_reader.cc Use delete to disable automatic generated methods. (#5009) 2019-09-11 18:09:00 -07:00
cuckoo_table_reader.h Optimizing ApproximateSize to create index iterator just once (#5693) 2019-08-16 14:18:28 -07:00