Home
last modified time | relevance | path

Searched refs:setRowCache (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java1021 public DBOptions setRowCache(final Cache rowCache) { in setRowCache() method in DBOptions
1023 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()
1363 private native void setRowCache(final long handle, in setRowCache() method in DBOptions
DDBOptionsInterface.java1332 T setRowCache(final Cache rowCache); in setRowCache() method
DOptions.java1067 public Options setRowCache(final Cache rowCache) { in setRowCache() method in Options
1069 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()
1982 private native void setRowCache(final long handle, in setRowCache() method in Options
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DDBOptionsTest.java655 opt.setRowCache(lruCache); in rowCache()
660 opt.setRowCache(clockCache); in rowCache()
DOptionsTest.java874 opt.setRowCache(lruCache); in rowCache()
879 opt.setRowCache(clockCache); in rowCache()