rocksdb/java/rocksjni
sdong 35ad531be3 Seperate InternalIterator from Iterator
Summary:
Separate a new class InternalIterator from class Iterator, when the look-up is done internally, which also means they operate on key with sequence ID and type.

This change will enable potential future optimizations but for now InternalIterator's functions are still the same as Iterator's.
At the same time, separate the cleanup function to a separate class and let both of InternalIterator and Iterator inherit from it.

Test Plan: Run all existing tests.

Reviewers: igor, yhchiang, anthony, kradhakrishnan, IslamAbdelRahman, rven

Reviewed By: rven

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D48549
2015-10-13 15:32:13 -07:00
..
backupablejni.cc [RocksJava] Fixed MacOS build of RocksJava 2014-11-26 20:53:23 +01:00
backupenginejni.cc Expose the BackupEngine from the Java API 2015-08-04 16:08:54 -07:00
checkpoint.cc [RocksJava] Addressed comments in D28971 2014-11-25 23:33:42 +01:00
columnfamilyhandle.cc
compaction_filter.cc The ability to specify a compaction filter via the Java API 2015-07-16 11:50:10 +01:00
comparator.cc
comparatorjnicallback.cc Fixed compile warning in rocksdbjava 2015-08-31 18:36:17 -07:00
comparatorjnicallback.h
env.cc [RocksJava] Expose MemEnv in RocksJava 2015-03-23 18:59:31 +01:00
filter.cc
iterator.cc Abstractions for common iterator behaviour 2015-01-14 21:16:06 +00:00
loggerjnicallback.cc Fixed a compile warning in rocksjni/loggerjnicallback.cc 2015-09-02 15:07:44 -07:00
loggerjnicallback.h RocksJava - JNI Logger callback 2015-03-14 20:57:18 +01:00
memtablejni.cc [RocksJava] 32-Bit adjustments 2015-03-19 20:45:55 +01:00
merge_operator.cc
options.cc Fixed RocksJava test failure of shouldSetTestCappedPrefixExtractor 2015-08-04 17:01:08 -07:00
portal.h Expose the BackupEngine from the Java API 2015-08-04 16:08:54 -07:00
ratelimiterjni.cc
remove_emptyvalue_compactionfilterjni.cc Java facility to use the RemoveEmptyValueCompactionFilter 2015-07-16 11:50:11 +01:00
restorejni.cc [RocksJava] Fixed MacOS build of RocksJava 2014-11-26 20:53:23 +01:00
rocksjni.cc Use CompactRangeOptions for CompactRange 2015-06-17 14:36:14 -07:00
slice.cc [RocksJava] Integrated proposed simplificiation 2015-01-17 01:22:29 +01:00
snapshot.cc [RocksJava] Snapshot - GetSequenceNumber 2015-01-31 15:50:34 +01:00
statistics.cc
table.cc [RocksJava] BlockBasedTableConfig 3.10 2015-01-22 23:46:38 +01:00
transaction_log.cc [RocksJava] Incorporated changes for D32151 2015-01-31 15:15:49 +01:00
ttl.cc [RocksJava] CF Name shall handle bytes correctly 2015-02-10 21:00:00 +01:00
write_batch.cc Seperate InternalIterator from Iterator 2015-10-13 15:32:13 -07:00
write_batch_test.cc Seperate InternalIterator from Iterator 2015-10-13 15:32:13 -07:00
write_batch_with_index.cc [RocksJava] Fixed test failures 2015-07-01 23:22:03 -07:00
writebatchhandlerjnicallback.cc
writebatchhandlerjnicallback.h