Re: GetAndPut

2019-03-25 Thread Nick Dimiduk
t; > > > > Hi all, > > > > > > We have all CheckAndxxx operations, where we verify something and if > the > > > condition is true we perform the operatoin (Put, Delete, Mutation, > etc.). > > > > > > I'm looking for a GetAndPut opera

Re: GetAndPut

2019-03-25 Thread Jean-Marc Spaggiari
Mon, Mar 25, 2019 at 11:54 AM Jean-Marc Spaggiari < > jean-m...@spaggiari.org> wrote: > > > Hi all, > > > > We have all CheckAndxxx operations, where we verify something and if the > > condition is true we perform the operatoin (Put, Delete, Mutation, etc.). > >

Re: GetAndPut

2019-03-25 Thread Vladimir Rodionov
org> wrote: > Hi all, > > We have all CheckAndxxx operations, where we verify something and if the > condition is true we perform the operatoin (Put, Delete, Mutation, etc.). > > I'm looking for a GetAndPut operation. Where in a single atomic call, I can > get the actu

GetAndPut

2019-03-25 Thread Jean-Marc Spaggiari
Hi all, We have all CheckAndxxx operations, where we verify something and if the condition is true we perform the operatoin (Put, Delete, Mutation, etc.). I'm looking for a GetAndPut operation. Where in a single atomic call, I can get the actual value of a cell (if any), and perform th

[jira] [Created] (HBASE-17076) implement getAndPut() and getAndDelete()

2016-11-11 Thread ChiaPing Tsai (JIRA)
ChiaPing Tsai created HBASE-17076: - Summary: implement getAndPut() and getAndDelete() Key: HBASE-17076 URL: https://issues.apache.org/jira/browse/HBASE-17076 Project: HBase Issue Type: New