I
- Vertex idV
- Vertex dataE
- Edge datapublic class DefaultVertexValueCombiner<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> extends Object implements VertexValueCombiner<V>
Constructor and Description |
---|
DefaultVertexValueCombiner() |
Modifier and Type | Method and Description |
---|---|
void |
combine(V originalVertexValue,
V vertexValue)
Combine a vertex with the original vertex
by modifying originalVertex.
|
public void combine(V originalVertexValue, V vertexValue)
VertexValueCombiner
combine
in interface VertexValueCombiner<V extends org.apache.hadoop.io.Writable>
originalVertexValue
- Combine the other vertex into this onevertexValue
- Combine into the originalVertex.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.