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 MasterComputeGiraphComputationAdaptorContext. 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 classAggregateBenchmark.AggregateBenchmarkMasterComputeMaster compute associated withPageRank.static classPageRank.SimplePageRankMasterComputeMaster 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_CLASSClass for Master - optionalMethods in org.apache.giraph.conf that return MasterCompute Modifier and Type Method Description MasterComputeImmutableClassesGiraphConfiguration. 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 subclassedMasterComputeMethod parameters in org.apache.giraph.conf with type arguments of type MasterCompute Modifier and Type Method Description voidGiraphConfiguration. 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 classorg.apache.giraph.master.DefaultMasterCompute
-