Re: need help with triggers

2013-10-28 Thread kaveh minooie
I know that, but in all the example that I have seen online, they are getting an object of actuall 'ColumnFamily'. I was wondering why I am getting a UsortedClumns instead of ColumnFamily. and thanks for pointing out column iterator to me. that is gonna be usefull ;) On 10/28/2013 01:28 PM,

Re: need help with triggers

2013-10-28 Thread Jonathan Ellis
UnsortedColumns is a subclass of CF that only supports iterating through the cells, not random access. On Mon, Oct 28, 2013 at 2:36 PM, kaveh minooie wrote: > Hi > > I am not sure if, stricly speaking, this is a dev list issue, but i figured > I would probably have a better chance here than user

need help with triggers

2013-10-28 Thread kaveh minooie
Hi I am not sure if, stricly speaking, this is a dev list issue, but i figured I would probably have a better chance here than user list. I am using cassandra 2.0.1 and I am trying to write a trigger, but I am having an issue. in the augment function: public Collection augment(ByteBuffer key