if (LOG.isDebugEnabled()) {
LOG.debug("Found index updates for Mutation: " + mutation + "\n" + updateMap);
}
return updateMap.toMap();
}
/**
* Split the mutation into batches based on the timestamps of each keyvalue. We need to check each
* key-value in the update to see if it matches the others. Generally, this will be the case, but