Searched refs:restoreRateLimiter (Results 1 – 2 of 2) sorted by relevance
24 private RateLimiter restoreRateLimiter = null; field in BackupableDBOptions322 public BackupableDBOptions setRestoreRateLimiter(final RateLimiter restoreRateLimiter) { in setRestoreRateLimiter() argument324 setRestoreRateLimiter(nativeHandle_, restoreRateLimiter.nativeHandle_); in setRestoreRateLimiter()325 this.restoreRateLimiter = restoreRateLimiter; in setRestoreRateLimiter()337 public RateLimiter restoreRateLimiter() { in restoreRateLimiter() method in BackupableDBOptions339 return this.restoreRateLimiter; in restoreRateLimiter()
167 public void restoreRateLimiter() { in restoreRateLimiter() method in BackupableDBOptionsTest173 try(final RateLimiter restoreRateLimiter = in restoreRateLimiter() argument175 backupableDBOptions.setRestoreRateLimiter(restoreRateLimiter); in restoreRateLimiter()176 assertThat(backupableDBOptions.restoreRateLimiter()) in restoreRateLimiter()177 .isEqualTo(restoreRateLimiter); in restoreRateLimiter()