@InterfaceAudience.Public public class CheckAndMutateResult extends Object
Modifier and Type | Field and Description |
---|---|
private Result |
result |
private boolean |
success |
Constructor and Description |
---|
CheckAndMutateResult(boolean success,
Result result) |
Modifier and Type | Method and Description |
---|---|
Result |
getResult()
Returns It is used only for CheckAndMutate operations with Increment/Append.
|
boolean |
isSuccess()
Returns Whether the CheckAndMutate operation is successful or not
|
public CheckAndMutateResult(boolean success, Result result)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.