Perform one or more increment operations on a row.
Increments performed are done under row lock but reads do not take locks out so this can be seen partially complete by gets and scans.
@param increment
@param writeToWAL
@return new keyvalues after increment
@throws IOException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.