keith-turner commented on issue #527: Add set if non-existant operation URL: https://github.com/apache/fluo/issues/527#issuecomment-340595865 Possible javadoc for this new method. ```java /** * Use this method to set a value when its expected that there is no current value. In the event it is * present, then the transaction will fail to commit. This method allows a read to be avoided in the case * where something is normally expected to be absent. */ public void setIfAbsent(Bytes row, Column col, Value val); ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
