@Deprecated public static interface AsyncTable.CheckAndMutateWithFilterBuilder
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
thenDelete(Delete delete)
Deprecated.
|
CompletableFuture<Boolean> |
thenMutate(RowMutations mutation)
Deprecated.
|
CompletableFuture<Boolean> |
thenPut(Put put)
Deprecated.
|
AsyncTable.CheckAndMutateWithFilterBuilder |
timeRange(TimeRange timeRange)
Deprecated.
|
AsyncTable.CheckAndMutateWithFilterBuilder timeRange(TimeRange timeRange)
timeRange - time range to check.CompletableFuture<Boolean> thenPut(Put put)
put - data to put if check succeedstrue if the new put was executed, false otherwise. The return value
will be wrapped by a CompletableFuture.CompletableFuture<Boolean> thenDelete(Delete delete)
delete - data to delete if check succeedstrue if the new delete was executed, false otherwise. The return
value will be wrapped by a CompletableFuture.CompletableFuture<Boolean> thenMutate(RowMutations mutation)
mutation - mutations to perform if check succeedsCompletableFuture.Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.