230231232233234235236
rm.addCounter(new QueryPath(columnFamily, null, colName), value); } } return (hasCounterColumn) ? new CounterMutation(rm, getConsistencyLevel()) : rm; }
183184185186187188189
ByteBuffer colName = builder.copy().add(name.name.key).build(); hasCounterColumn |= addToMutation(clientState, rm, colName, name, value, variables); } } return (hasCounterColumn) ? new CounterMutation(rm, getConsistencyLevel()) : rm; }
231232233234235236237
232233234235236237238
226227228229230231232
229230231232233234235