MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / returnResult

Method returnResult

src/AppendRequest.java:444–446  ·  view source on GitHub ↗

@param return_result Whether or not to fetch the results of the append from HBase.

(boolean return_result)

Source from the content-addressed store, hash-verified

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() {

Calls

no outgoing calls