Package | Description |
---|---|
org.apache.giraph.mapping.translate |
Definitions & sample implementations of edge translation logic
|
Modifier and Type | Class and Description |
---|---|
static class |
LongByteTranslateEdge.DoubleEdgeValue
Correct implementation of cloneValue when edgevalue = doublewritable
|
static class |
LongByteTranslateEdge.FloatEdgeValue
Correct implementation of cloneValue when edgevalue = floatwritable
|
static class |
LongByteTranslateEdge.IntEdgeValue
Correct implementation of cloneValue when edgevalue = intwritable
|
static class |
LongByteTranslateEdge.LongEdgeValue
Correct implementation of cloneValue when edgevalue = longwritable
|
static class |
LongByteTranslateEdge.NoEdgeValue
Correct implementation of cloneValue when edgevalue = nullwritable
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.