229230231232233234235
rm.addCounter(new QueryPath(columnFamily, null, colName), value); } } return (hasCounterColumn) ? new CounterMutation(rm, getConsistencyLevel()) : rm; }
223224225226227228229
rm.addCounter(columnFamily, colName, value); } } return (hasCounterColumn) ? new CounterMutation(rm, getConsistencyLevel()) : rm; }
232233234235236237238