Searched refs:restoreRateLimit (Results 1 – 2 of 2) sorted by relevance
294 public BackupableDBOptions setRestoreRateLimit(long restoreRateLimit) { in setRestoreRateLimit() argument296 restoreRateLimit = (restoreRateLimit <= 0) ? 0 : restoreRateLimit; in setRestoreRateLimit()297 setRestoreRateLimit(nativeHandle_, restoreRateLimit); in setRestoreRateLimit()308 public long restoreRateLimit() { in restoreRateLimit() method in BackupableDBOptions310 return restoreRateLimit(nativeHandle_); in restoreRateLimit()453 private native long restoreRateLimit(long handle); in restoreRateLimit() method in BackupableDBOptions
152 public void restoreRateLimit() { in restoreRateLimit() method in BackupableDBOptionsTest157 assertThat(backupableDBOptions.restoreRateLimit()). in restoreRateLimit()161 assertThat(backupableDBOptions.restoreRateLimit()). in restoreRateLimit()323 options.restoreRateLimit(); in failRestoreRateLimitIfDisposed()