Searched refs:setRowCache (Results 1 – 5 of 5) sorted by relevance
1021 public DBOptions setRowCache(final Cache rowCache) { in setRowCache() method in DBOptions1023 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()1363 private native void setRowCache(final long handle, in setRowCache() method in DBOptions
1332 T setRowCache(final Cache rowCache); in setRowCache() method
1067 public Options setRowCache(final Cache rowCache) { in setRowCache() method in Options1069 setRowCache(nativeHandle_, rowCache.nativeHandle_); in setRowCache()1982 private native void setRowCache(final long handle, in setRowCache() method in Options
655 opt.setRowCache(lruCache); in rowCache()660 opt.setRowCache(clockCache); in rowCache()
874 opt.setRowCache(lruCache); in rowCache()879 opt.setRowCache(clockCache); in rowCache()