Ah, sorry. Thought you meant the HBase increment operation. Phoenix does not expose the check and put/delete operations AFAIK.
On Mon, Jul 28, 2014 at 1:18 PM, ashish tapdiya <[email protected]> wrote: > Thanks for response Eli. > > I have a column in table which is Boolean and i want to check and set its > value as concurrent clients will be accessing it. > > > On Mon, Jul 28, 2014 at 3:02 PM, Eli Levine <[email protected]> wrote: > >> Ashish, >> >> Phoenix exposes this operation via sequences. >> http://phoenix.apache.org/sequences.html >> >> Thanks, >> >> Eli >> >> >> On Mon, Jul 28, 2014 at 10:57 AM, ashish tapdiya <[email protected] >> > wrote: >> >>> How to perform atomic check and put operation on a phoenix table >>> >> >> >
