6263646566676869707172
return null; } else { V value = data.getFirst(); MutableLong count = data.getSecond(); long oldCount = count.longValue(); count.increment(); incrementHit(key, oldCount); return value; } }
166167168169170171172173174175176
count = new MutableLong(0); columnFamilies.put(new ArrayByteSequence(cf.getBackingArray(), cf.offset(), cf.length()), count); } count.increment(); } @Override public void readFields(DataInput in) throws IOException {