| Method and Description |
|---|
| com.apple.foundationdb.Transaction.clearRangeStartsWith(byte[]) |
| com.apple.foundationdb.NetworkOptions.setClusterFile(String) |
| com.apple.foundationdb.TransactionOptions.setDurabilityDevNullIsWebScale() |
| com.apple.foundationdb.NetworkOptions.setLocalAddress(String) |
| com.apple.foundationdb.TransactionOptions.setReadAheadDisable() |
| com.apple.foundationdb.async.AsyncUtil.whileTrue(Function<Void, ? extends CompletableFuture<Boolean>>)
Since version 5.1.0. Use the version of
whileTrue that takes a
Supplier instead. |
| com.apple.foundationdb.async.AsyncUtil.whileTrue(Function<Void, ? extends CompletableFuture<Boolean>>, Executor)
Since version 5.1.0. Use the version of
whileTrue that takes a
Supplier instead. |
| Enum Constant and Description |
|---|
| com.apple.foundationdb.MutationType.AND |
| com.apple.foundationdb.MutationType.OR |
| com.apple.foundationdb.MutationType.XOR |