@param return_result Whether or not to fetch the results of the append from HBase.
(boolean return_result)
| 442 | /** @param return_result Whether or not to fetch the results of the append |
| 443 | * from HBase. */ |
| 444 | public void returnResult(boolean return_result) { |
| 445 | this.return_result = return_result; |
| 446 | } |
| 447 | |
| 448 | /** @return Whether or not to fetch the results of the append from HBase. */ |
| 449 | public boolean returnResult() { |
no outgoing calls