Uses of Class
org.apache.giraph.graph.AbstractComputation
-
Packages that use AbstractComputation Package Description com.alibaba.graphscope.context com.alibaba.graphscope.example.giraph org.apache.giraph.conf org.apache.giraph.graph -
-
Uses of AbstractComputation in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return AbstractComputation Modifier and Type Method Description AbstractComputation
GiraphComputationAdaptorContext. getUserComputation()
-
Uses of AbstractComputation in com.alibaba.graphscope.example.giraph
Subclasses of AbstractComputation in com.alibaba.graphscope.example.giraph Modifier and Type Class Description class
AggregateBenchmark
class
BFS
class
MaxApp
class
MessageApp
Only send msg.class
MessageAppWithUserWritable
Only send msg.class
MessageBenchMark
Only send msg.class
PageRank
Demonstrates the basic Pregel PageRank implementation.class
SSSP
Demonstrates the basic Pregel shortest paths implementation.class
Traverse
-
Uses of AbstractComputation in org.apache.giraph.conf
Fields in org.apache.giraph.conf with type parameters of type AbstractComputation Modifier and Type Field Description static org.apache.giraph.conf.ClassConfOption<AbstractComputation>
GiraphConstants. COMPUTATION_CLASS
Worker context classMethod parameters in org.apache.giraph.conf with type arguments of type AbstractComputation Modifier and Type Method Description void
GiraphConfiguration. setComputationClass(Class<? extends AbstractComputation> appClass)
Set the computation class(user app). -
Uses of AbstractComputation in org.apache.giraph.graph
Subclasses of AbstractComputation in org.apache.giraph.graph Modifier and Type Class Description class
org.apache.giraph.graph.BasicComputation<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M extends org.apache.hadoop.io.Writable>
-