@Deprecated public static interface Table.CheckAndMutateWithFilterBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
thenDelete(Delete delete)
Deprecated.
Specify a Delete to commit if the check succeeds.
|
boolean |
thenMutate(RowMutations mutation)
Deprecated.
Specify a RowMutations to commit if the check succeeds.
|
boolean |
thenPut(Put put)
Deprecated.
Specify a Put to commit if the check succeeds.
|
Table.CheckAndMutateWithFilterBuilder |
timeRange(TimeRange timeRange)
Deprecated.
Specify a timerange.
|
Table.CheckAndMutateWithFilterBuilder timeRange(TimeRange timeRange)
timeRange - timeRange to checkboolean thenPut(Put put) throws IOException
put - data to put if check succeedstrue if the new put was executed, false otherwise.IOExceptionboolean thenDelete(Delete delete) throws IOException
delete - data to delete if check succeedstrue if the new delete was executed, false otherwise.IOExceptionboolean thenMutate(RowMutations mutation) throws IOException
mutation - mutations to perform if check succeedsIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.