Class StatsCollector

All Implemented Interfaces:
PhysicalVisitor<Void,Wrapper,RuntimeException>

public class StatsCollector extends AbstractOpWrapperVisitor<Void,RuntimeException>
Visitor to collect stats such as cost and parallelization info of operators within a fragment. All operators have cost associated with them, but only few type of operators such as scan, store and exchanges (both sending and receiving) have parallelization info associated with them.