Searched refs:maxBackgroundOperations (Results 1 – 2 of 2) sorted by relevance
387 final int maxBackgroundOperations) { in setMaxBackgroundOperations() argument389 setMaxBackgroundOperations(nativeHandle_, maxBackgroundOperations); in setMaxBackgroundOperations()402 public int maxBackgroundOperations() { in maxBackgroundOperations() method in BackupableDBOptions404 return maxBackgroundOperations(nativeHandle_); in maxBackgroundOperations()459 final int maxBackgroundOperations); in setMaxBackgroundOperations() argument460 private native int maxBackgroundOperations(final long handle); in maxBackgroundOperations() method in BackupableDBOptions
194 public void maxBackgroundOperations() { in maxBackgroundOperations() method in BackupableDBOptionsTest199 assertThat(backupableDBOptions.maxBackgroundOperations()). in maxBackgroundOperations()