Home
last modified time | relevance | path

Searched defs:rowCache (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache()
1341 Cache rowCache(); in rowCache() method
DDBOptions.java1021 public DBOptions setRowCache(final Cache rowCache) { in setRowCache()
1029 public Cache rowCache() { in rowCache() method in DBOptions
DOptions.java1067 public Options setRowCache(final Cache rowCache) { in setRowCache()
1075 public Cache rowCache() { in rowCache() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java650 public void rowCache() { in rowCache() method in DBOptionsTest
DOptionsTest.java869 public void rowCache() { in rowCache() method in OptionsTest