@InterfaceAudience.Public public class CheckAndMutateResult extends Object
| 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)
public boolean isSuccess()
public Result getResult()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.