Uses of Class
org.apache.giraph.conf.GiraphConfiguration
-
Packages that use GiraphConfiguration Package Description com.alibaba.graphscope.utils org.apache.giraph.conf -
-
Uses of GiraphConfiguration in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils with parameters of type GiraphConfiguration Modifier and Type Method Description static void
ConfigurationUtils. parseArgs(GiraphConfiguration giraphConfiguration, com.alibaba.fastjson.JSONObject jsonObject)
Translate CLI arguments to GiraphRunner into Configuration Key-Value pairs.static void
ConfigurationUtils. parseJavaFragment(GiraphConfiguration giraphConfiguration, IFragment fragment)
For input IFragment, we check parse the type arguments, and set to giraphConfiguration. -
Uses of GiraphConfiguration in org.apache.giraph.conf
Subclasses of GiraphConfiguration in org.apache.giraph.conf Modifier and Type Class Description class
ImmutableClassesGiraphConfiguration<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
The classes set here are immutable, the remaining configuration is mutable.
-