The compiler will allow adding a conditional mutation to a batchwriter, because conditional mutation extends mutation. However the batchwriter will not do anything w/ the conditions. I made conditional mutations extends mutations to reuse code and offer the same methods. I did not really think about the case of passing conditional mutations to a batch writer and it just silently ignoring the conditions.
I asked because in the code snippet the addMutation call is a method the batch writer has and not the conditional writer. On Wed, Oct 8, 2014 at 10:00 AM, Jeff N <[email protected]> wrote: > Seeing as the compiler won't even allow that, no. > > > > ----- > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/Rapidly-updating-Accumulo-Rows-tp11646p11655.html > Sent from the Developers mailing list archive at Nabble.com. >
