| 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<VertexValueFactory> | GiraphConstants. VERTEX_VALUE_FACTORY_CLASSVertex value factory class - optional | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexValueFactory<V> | ImmutableClassesGiraphConfiguration. getVertexValueFactory()Get vertex value factory | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends VertexValueFactory<V>> | ImmutableClassesGiraphConfiguration. getVertexValueFactoryClass()Get the user's subclassed vertex value factory class | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GiraphConfiguration. setVertexValueFactoryClass(Class<? extends VertexValueFactory> vertexValueFactoryClass)Set the vertex value factory class | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultVertexValueFactory<V extends org.apache.hadoop.io.Writable>Default  VertexValueFactorythat simply uses the default
 constructor for the vertex value class. | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexValueFactory<V> | ValueFactories. getVertexValueFactory() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JythonVertexValueFactory<V extends org.apache.hadoop.io.Writable>VertexValueFactorythat creates
 vertex IDs which are Jython classes. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.