Home
last modified time | relevance | path

Searched refs:rowCache_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDBOptions.java49 this.rowCache_ = other.rowCache_; in DBOptions()
1024 this.rowCache_ = rowCache; in setRowCache()
1031 return this.rowCache_; in rowCache()
1400 private Cache rowCache_; field in DBOptions
DOptions.java76 this.rowCache_ = other.rowCache_; in Options()
1070 this.rowCache_ = rowCache; in setRowCache()
1077 return this.rowCache_; in rowCache()
2180 private Cache rowCache_; field in Options