public static interface Table.CheckAndMutateWithFilterBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
thenDelete(Delete delete) |
boolean |
thenMutate(RowMutations mutation) |
boolean |
thenPut(Put put) |
Table.CheckAndMutateWithFilterBuilder |
timeRange(TimeRange 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.