*/
public AllAggregatorServerData(Progressable progressable,
ImmutableClassesGiraphConfiguration conf) {
this.progressable = progressable;
this.conf = conf;
workersBarrier = new TaskIdsPermitsBarrier(progressable);
masterBarrier = new TaskIdsPermitsBarrier(progressable);
}