Searched refs:getEnv (Results 1 – 9 of 9) sorted by relevance
43 final BackupEngine be = BackupEngine.open(opt.getEnv(), bopt)) { in backupDb()62 final BackupEngine be = BackupEngine.open(opt.getEnv(), bopt)) { in deleteBackup()90 final BackupEngine be = BackupEngine.open(opt.getEnv(), bopt)) { in purgeOldBackups()121 final BackupEngine be = BackupEngine.open(opt.getEnv(), bopt)) { in restoreLatestBackup()171 final BackupEngine be = BackupEngine.open(opt.getEnv(), bopt)) { in restoreFromBackup()220 final BackupEngine be = BackupEngine.open(opt.getEnv(), bopt)) { in backupDbWithMetadata()
91 assertThat(opt.getEnv()).isSameAs(env); in env()
1351 public void getEnv() throws RocksDBException { in getEnv() method in RocksDBTest1355 assertThat(db.getEnv()).isEqualTo(Env.getDefault()); in getEnv()
1004 assertThat(options.getEnv()).isSameAs(env); in env()
35 Env getEnv(); in getEnv() method
3610 public Env getEnv() { in getEnv() method in RocksDB3611 final long envHandle = getEnv(nativeHandle_); in getEnv()4473 private native long getEnv(final long handle); in getEnv() method in RocksDB
181 public Env getEnv() { in getEnv() method in DBOptions
110 public Env getEnv() { in getEnv() method in Options
542 options.getEnv().setBackgroundThreads( in prepareOptions()