Package org.apache.wayang.profiler.java
Class BinaryOperatorProfiler
java.lang.Object
org.apache.wayang.profiler.java.OperatorProfiler
org.apache.wayang.profiler.java.BinaryOperatorProfiler
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wayang.profiler.java.OperatorProfiler
OperatorProfiler.Result -
Field Summary
Fields inherited from class org.apache.wayang.profiler.java.OperatorProfiler
cpuMhz, dataQuantumGenerators, executor, logger, operator, operatorGenerator -
Constructor Summary
ConstructorsConstructorDescriptionBinaryOperatorProfiler(Supplier<JavaExecutionOperator> operatorGenerator, Supplier<?> dataQuantumGenerator0, Supplier<?> dataQuantumGenerator1) -
Method Summary
Modifier and TypeMethodDescriptionlongExecutes the profiling task.voidprepare(long... inputCardinalities) Methods inherited from class org.apache.wayang.profiler.java.OperatorProfiler
createChannelInstance, createChannelInstance, evaluate, provideDiskBytes, provideNetworkBytes, run
-
Constructor Details
-
BinaryOperatorProfiler
public BinaryOperatorProfiler(Supplier<JavaExecutionOperator> operatorGenerator, Supplier<?> dataQuantumGenerator0, Supplier<?> dataQuantumGenerator1)
-
-
Method Details
-
prepare
public void prepare(long... inputCardinalities) - Overrides:
preparein classOperatorProfiler
-
executeOperator
public long executeOperator()Description copied from class:OperatorProfilerExecutes the profiling task. Requires that this instance is prepared.- Specified by:
executeOperatorin classOperatorProfiler
-
getOperator
- Overrides:
getOperatorin classOperatorProfiler
-