Searched refs:rowCache (Results 1 – 5 of 5) sorted by relevance
1332 T setRowCache(final Cache rowCache); in setRowCache() argument1341 Cache rowCache(); in rowCache() method
1021 public DBOptions setRowCache(final Cache rowCache) { in setRowCache() argument1023 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()1024 this.rowCache_ = rowCache; in setRowCache()1029 public Cache rowCache() { in rowCache() method in DBOptions
1067 public Options setRowCache(final Cache rowCache) { in setRowCache() argument1069 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()1070 this.rowCache_ = rowCache; in setRowCache()1075 public Cache rowCache() { in rowCache() method in Options
650 public void rowCache() { in rowCache() method in DBOptionsTest652 assertThat(opt.rowCache()).isNull(); in rowCache()656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()661 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()
869 public void rowCache() { in rowCache() method in OptionsTest871 assertThat(opt.rowCache()).isNull(); in rowCache()875 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()880 assertThat(opt.rowCache()).isEqualTo(clockCache); in rowCache()