| Package | Description | 
|---|---|
| org.apache.giraph.conf | Package of Giraph configuration related things. | 
| org.apache.giraph.factories | Package of factories for creating types, for example the user's graph types. | 
| org.apache.giraph.jython.factories | Jython factories. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ClassConfOption<ComputationFactory> | GiraphConstants. COMPUTATION_FACTORY_CLASSComputation factory class - optional | 
| protected Class<? extends ComputationFactory<I,V,E,? extends org.apache.hadoop.io.Writable,? extends org.apache.hadoop.io.Writable>> | GiraphClasses. computationFactoryClassComputationFactory class - cached for fast access | 
| Modifier and Type | Method and Description | 
|---|---|
| ComputationFactory<I,V,E,? extends org.apache.hadoop.io.Writable,? extends org.apache.hadoop.io.Writable> | ImmutableClassesGiraphConfiguration. createComputationFactory()Get computation factory | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends ComputationFactory<I,V,E,? extends org.apache.hadoop.io.Writable,? extends org.apache.hadoop.io.Writable>> | GiraphClasses. getComputationFactoryClass() | 
| Class<? extends ComputationFactory> | GiraphConfiguration. getComputationFactoryClass()Get the user's subclassed  ComputationFactory | 
| Class<? extends ComputationFactory<I,V,E,? extends org.apache.hadoop.io.Writable,? extends org.apache.hadoop.io.Writable>> | ImmutableClassesGiraphConfiguration. getComputationFactoryClass()Get computation factory class | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultComputationFactory<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>Default computation factory that simply creates java computation object | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JythonComputationFactoryFactory for creating Jython Computation from python scripts | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.