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<EdgeValueFactory> |
GiraphConstants.EDGE_VALUE_FACTORY_CLASS
Edge value factory class - optional
|
Modifier and Type | Method and Description |
---|---|
EdgeValueFactory<E> |
ImmutableClassesGiraphConfiguration.getEdgeValueFactory()
Get Factory for creating edge values
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEdgeValueFactory<E extends org.apache.hadoop.io.Writable>
Factory class to create default edge values.
|
Modifier and Type | Method and Description |
---|---|
EdgeValueFactory<E> |
ValueFactories.getEdgeValueFactory() |
Modifier and Type | Class and Description |
---|---|
class |
JythonEdgeValueFactory<E extends org.apache.hadoop.io.Writable>
EdgeValueFactory that creates edge
values which are Jython classes. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.