Uses of Class
org.apache.giraph.worker.WorkerContext
-
Packages that use WorkerContext Package Description com.alibaba.graphscope.context com.alibaba.graphscope.example.giraph org.apache.giraph.conf org.apache.giraph.graph -
-
Uses of WorkerContext in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return WorkerContext Modifier and Type Method Description WorkerContext
GiraphComputationAdaptorContext. getWorkerContext()
-
Uses of WorkerContext in com.alibaba.graphscope.example.giraph
Subclasses of WorkerContext in com.alibaba.graphscope.example.giraph Modifier and Type Class Description static class
AggregateBenchmark.AggregateBenchmarkWorkerContext
Worker context used withPageRank
.static class
MessageBenchMark.MessageBenchMarkWorkerContext
static class
PageRank.SimplePageRankWorkerContext
Worker context used withPageRank
.static class
SSSP.SSSPWorkerContext
static class
Traverse.TraverseContext
-
Uses of WorkerContext in org.apache.giraph.conf
Fields in org.apache.giraph.conf with type parameters of type WorkerContext Modifier and Type Field Description static org.apache.giraph.conf.ClassConfOption<WorkerContext>
GiraphConstants. WORKER_CONTEXT_CLASS
Worker context classMethods in org.apache.giraph.conf that return WorkerContext Modifier and Type Method Description WorkerContext
ImmutableClassesGiraphConfiguration. createWorkerContext()
Create a user worker contextMethods in org.apache.giraph.conf that return types with arguments of type WorkerContext Modifier and Type Method Description Class<? extends WorkerContext>
GiraphConfiguration. getWorkerContextClass()
Class<? extends WorkerContext>
ImmutableClassesGiraphConfiguration. getWorkerContextClass()
Get the user's subclassed WorkerContext.Method parameters in org.apache.giraph.conf with type arguments of type WorkerContext Modifier and Type Method Description void
GiraphConfiguration. setWorkerContextClass(Class<? extends WorkerContext> workerContextClass)
Set the worker context class (optional) -
Uses of WorkerContext in org.apache.giraph.graph
Methods in org.apache.giraph.graph that return WorkerContext Modifier and Type Method Description WorkerContext
AbstractComputation. getWorkerContext()
Get the worker contextMethods in org.apache.giraph.graph with parameters of type WorkerContext Modifier and Type Method Description void
AbstractComputation. setWorkerContext(WorkerContext workerContext)
-