Uses of Class
org.apache.wayang.giraph.execution.GiraphExecutor
-
Packages that use GiraphExecutor Package Description org.apache.wayang.giraph.operators -
-
Uses of GiraphExecutor in org.apache.wayang.giraph.operators
Methods in org.apache.wayang.giraph.operators with parameters of type GiraphExecutor Modifier and Type Method Description Tuple<java.util.Collection<ExecutionLineageNode>,java.util.Collection<ChannelInstance>>
GiraphExecutionOperator. execute(ChannelInstance[] inputs, ChannelInstance[] outputs, GiraphExecutor giraphExecutor, OptimizationContext.OperatorContext operatorContext)
Evaluates this operator.Tuple<java.util.Collection<ExecutionLineageNode>,java.util.Collection<ChannelInstance>>
GiraphPageRankOperator. execute(ChannelInstance[] inputChannelInstances, ChannelInstance[] outputChannelInstances, GiraphExecutor giraphExecutor, OptimizationContext.OperatorContext operatorContext)
-