See: Description
Interface | Description |
---|---|
TranslateEdge<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> |
Used to conduct expensive translation of edges
during vertex input phase
|
Class | Description |
---|---|
LongByteTranslateEdge<E extends org.apache.hadoop.io.Writable> |
Basic implementation of Translate Edge
where I = LongWritable & B = ByteWritable
|
LongByteTranslateEdge.DoubleEdgeValue |
Correct implementation of cloneValue when edgevalue = doublewritable
|
LongByteTranslateEdge.FloatEdgeValue |
Correct implementation of cloneValue when edgevalue = floatwritable
|
LongByteTranslateEdge.IntEdgeValue |
Correct implementation of cloneValue when edgevalue = intwritable
|
LongByteTranslateEdge.LongEdgeValue |
Correct implementation of cloneValue when edgevalue = longwritable
|
LongByteTranslateEdge.NoEdgeValue |
Correct implementation of cloneValue when edgevalue = nullwritable
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.