That is exactly what I need
this way when I do :
mutator.addInsertion(key, CF1,column)
mutator.addInsertion(key, CF2,column)
the consistency policy will be per insertion - per CF
thanks.
On Apr 16, 3:50 am, Patricio Echagüe <
patric...@gmail.com> wrote:
> We can do it per mutator.add mutation() basis.
>
> Sent from my Android
> On Apr 15, 2012 5:45 PM, "Nate McCall" <
zznat...@gmail.com> wrote:
>
>
>
>
>
>
>
> > But the batch mutation is a single operation with a single consistency
> > which can consist of multiple individual mutations each against an
> > arbitrary column family. We'd have to scan the mutation list and break
> > it up.
>
> > 2012/4/15 Patricio Echagüe <
patric...@gmail.com>:
> > > Nate, we should be able to use consistencyLevelPolicy.get(operationType,
> > > columnFamily) and for those CF that are not specified we should use the
> > > default CL. no?
>