if (hierarchyPosition == StormComponent.FINAL_COMPONENT && !_printOutSet)
setPrintOut(true);
MyUtilities.checkBatchOutput(_batchOutputMillis, _chain.getAggregation(), conf);
_stormOperator = new StormOperator(_parent, this, allCompNames, hierarchyPosition, builder,
killer, conf);
}