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<VertexIdFactory> |
GiraphConstants.VERTEX_ID_FACTORY_CLASS
Vertex id factory class - optional
|
Modifier and Type | Method and Description |
---|---|
VertexIdFactory<I> |
ImmutableClassesGiraphConfiguration.getVertexIdFactory()
Get vertex ID factory
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVertexIdFactory<I extends org.apache.hadoop.io.WritableComparable>
Default
VertexIdFactory that simply uses the default
constructor for the vertex ID class. |
Modifier and Type | Method and Description |
---|---|
VertexIdFactory<I> |
ValueFactories.getVertexIdFactory() |
Modifier and Type | Class and Description |
---|---|
class |
JythonVertexIdFactory<I extends org.apache.hadoop.io.WritableComparable>
VertexIdFactory that creates vertex IDs
which are Jython classes. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.