@Deprecated public static interface Table.CheckAndMutateWithFilterBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
thenDelete(Delete delete)
Deprecated.
|
boolean |
thenMutate(RowMutations mutation)
Deprecated.
|
boolean |
thenPut(Put put)
Deprecated.
|
Table.CheckAndMutateWithFilterBuilder |
timeRange(TimeRange timeRange)
Deprecated.
|
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–2021 The Apache Software Foundation. All rights reserved.