Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
org.apache.giraph.partition |
Package of partitioning related objects.
|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<VertexValueCombiner> |
GiraphConstants.VERTEX_VALUE_COMBINER_CLASS
Vertex value combiner class - optional
|
protected Class<? extends VertexValueCombiner<V>> |
GiraphClasses.vertexValueCombinerClass
Vertex value combiner class - cached for fast access
|
Modifier and Type | Method and Description |
---|---|
VertexValueCombiner<V> |
ImmutableClassesGiraphConfiguration.createVertexValueCombiner()
Create a user vertex value combiner class
|
Modifier and Type | Method and Description |
---|---|
Class<? extends VertexValueCombiner<V>> |
GiraphClasses.getVertexValueCombinerClass()
Get VertexValueCombiner used
|
Class<? extends VertexValueCombiner<V>> |
ImmutableClassesGiraphConfiguration.getVertexValueCombinerClass()
Get the user's subclassed
VertexValueCombiner class. |
Modifier and Type | Method and Description |
---|---|
void |
GiraphConfiguration.setVertexValueCombinerClass(Class<? extends VertexValueCombiner> vertexValueCombinerClass)
Set the vertex value combiner class (optional)
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVertexValueCombiner<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
The default vertex value combining approach is to simply keep the original
value.
|
Modifier and Type | Method and Description |
---|---|
VertexValueCombiner<V> |
BasicPartition.getVertexValueCombiner() |
Modifier and Type | Field and Description |
---|---|
protected VertexValueCombiner<V> |
TestGraph.vertexValueCombiner
Vertex value combiner
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.