rocksdb/java/rocksjni
Yi Wu a958c26435 Rename jvalue to jval in rocksjni
Summary: jvalue shadows a global name in <jni.h>. Rename it to jval to fix java build.

Test Plan:
    JAVA_HOME=/usr/local/jdk-7u10-64 make rocksdbjava -j64

Reviewers: adamretter, yhchiang, IslamAbdelRahman

Reviewed By: yhchiang, IslamAbdelRahman

Subscribers: andrewkr, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D63981
2016-09-14 13:12:55 -07:00
..
backupablejni.cc
backupenginejni.cc
checkpoint.cc
columnfamilyhandle.cc
compaction_filter.cc
comparator.cc
comparatorjnicallback.cc
comparatorjnicallback.h
env.cc
filter.cc
iterator.cc
loggerjnicallback.cc
loggerjnicallback.h
memtablejni.cc
merge_operator.cc
options.cc Fix bug in UnScSigned-off-by: xh931076284 <931076284@qq.com> (#1336) 2016-09-14 10:17:34 -07:00
portal.h Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 2016-08-22 11:01:42 -07:00
ratelimiterjni.cc
remove_emptyvalue_compactionfilterjni.cc
restorejni.cc
rocksdb_exception_test.cc Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 2016-08-22 11:01:42 -07:00
rocksjni.cc Rename jvalue to jval in rocksjni 2016-09-14 13:12:55 -07:00
slice.cc
snapshot.cc
statistics.cc
table.cc
transaction_log.cc
ttl.cc
write_batch_test.cc Refactor MutableCFOptions 2016-09-13 21:11:59 -07:00
write_batch_with_index.cc
write_batch.cc Remove ImmutableCFOptions from public API 2016-09-02 14:16:31 -07:00
writebatchhandlerjnicallback.cc
writebatchhandlerjnicallback.h