Uses of Class
org.apache.giraph.master.MasterCompute
-
Packages that use MasterCompute Package Description com.alibaba.graphscope.context com.alibaba.graphscope.example.giraph org.apache.giraph.conf org.apache.giraph.master -
-
Uses of MasterCompute in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return MasterCompute Modifier and Type Method Description MasterCompute
GiraphComputationAdaptorContext. getMasterCompute()
-
Uses of MasterCompute in com.alibaba.graphscope.example.giraph
Subclasses of MasterCompute in com.alibaba.graphscope.example.giraph Modifier and Type Class Description static class
AggregateBenchmark.AggregateBenchmarkMasterCompute
Master compute associated withPageRank
.static class
PageRank.SimplePageRankMasterCompute
Master compute associated withPageRank
. -
Uses of MasterCompute in org.apache.giraph.conf
Fields in org.apache.giraph.conf with type parameters of type MasterCompute Modifier and Type Field Description static org.apache.giraph.conf.ClassConfOption<MasterCompute>
GiraphConstants. MASTER_COMPUTE_CLASS
Class for Master - optionalMethods in org.apache.giraph.conf that return MasterCompute Modifier and Type Method Description MasterCompute
ImmutableClassesGiraphConfiguration. createMasterCompute()
Create a user masterMethods in org.apache.giraph.conf that return types with arguments of type MasterCompute Modifier and Type Method Description Class<? extends MasterCompute>
ImmutableClassesGiraphConfiguration. getMasterComputeClass()
Get the user's subclassedMasterCompute
Method parameters in org.apache.giraph.conf with type arguments of type MasterCompute Modifier and Type Method Description void
GiraphConfiguration. setMasterComputeClass(Class<? extends MasterCompute> masterComputeClass)
Set the master class (optional) -
Uses of MasterCompute in org.apache.giraph.master
Subclasses of MasterCompute in org.apache.giraph.master Modifier and Type Class Description class
org.apache.giraph.master.DefaultMasterCompute
-