if (type == GlobalCommType.SPECIAL_COUNT) {
aggregatorData.receivedRequestCountFromMaster(
((LongWritable) value).get(),
getSenderTaskId());
} else {
aggregatorData.receiveValueFromMaster(name, type, value);
if (type == GlobalCommType.REDUCE_OPERATIONS) {
ReduceOperation<Object, Writable> reduceOpCopy =
(ReduceOperation<Object, Writable>)
WritableUtils.createCopy(reusedOut, reusedIn, value, conf);