Update bindings/java/src/main/com/apple/foundationdb/FDB.java
Co-authored-by: Alec Grieser <alloc@apple.com>
This commit is contained in:
parent
aa326c030b
commit
c103dc3ec9
|
@ -244,7 +244,7 @@ public class FDB {
|
|||
* Determines whether getRange() queries can use {@link DirectByteBuffer} from
|
||||
* {@link DirectBufferPool} to copy results.
|
||||
*
|
||||
* @return {@code true} if an enabled has been selected and {@code false} otherwise
|
||||
* @return {@code true} if direct buffer queues have been enabled and {@code false} otherwise
|
||||
*/
|
||||
public boolean isDirectBufferQueriesEnabled() {
|
||||
return enableDirectBufferQueries;
|
||||
|
|
Loading…
Reference in New Issue