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.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<OutEdgesFactory> |
GiraphConstants.INPUT_VERTEX_EDGES_FACTORY_CLASS
OutEdges for input factory class - optional
|
static ClassConfOption<OutEdgesFactory> |
GiraphConstants.VERTEX_EDGES_FACTORY_CLASS
OutEdges factory class - optional
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInputOutEdgesFactory<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
Default factory class for creating
OutEdges instances to be used
during input. |
class |
DefaultOutEdgesFactory<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
Default factory class for creating
OutEdges instances to be used
during computation. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.