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

Method setAmount

src/AtomicIncrementRequest.java:150–152  ·  view source on GitHub ↗

Changes the amount by which the value is going to be incremented. @param amount The new amount. If negative, the value will be decremented.

(final long amount)

Source from the content-addressed store, hash-verified

148 * @param amount The new amount. If negative, the value will be decremented.
149 */
150 public void setAmount(final long amount) {
151 this.amount = amount;
152 }
153
154 @Override
155 byte[] method(final byte server_version) {

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by 1

executeMethod · 0.76