El mié, 20-04-2011 a las 09:08 +1200, aaron morton escribió:
> Yes, I saw that. 
> 
> Wanted to know what "issue deletes through pelops" means so I can work out 
> what command it's sending to cassandra and hopefully I don't waste my time 
> looking in the wrong place. 
> 
> Aaron
> 

Oh, sorry. Didn't get what you were asking. I use this code: 

RowDeletor deletor = Pelops.createRowDeletor(keySpace);
deletor.deleteRow(cf, rowId, ConsistencyLevel.QUORUM);

which seems to be calling
org.apache.cassandra.thrift.Cassandra.Client.remove.

I hope this is useful


Reply via email to