| Package | Description | 
|---|---|
| org.apache.giraph.conf | Package of Giraph configuration related things. | 
| org.apache.giraph.mapping.translate | Definitions & sample implementations of edge translation logic | 
| org.apache.giraph.worker | Package of all the worker related things | 
| Modifier and Type | Method and Description | 
|---|---|
| TranslateEdge<I,E> | ImmutableClassesGiraphConfiguration. edgeTranslationInstance()Instance of TranslateEdge that contains helper method for edge translation | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends TranslateEdge> | ImmutableClassesGiraphConfiguration. edgeTranslationClass()Get the class used for edge translation during vertex input | 
| Modifier and Type | Method and Description | 
|---|---|
| Edge<I,E> | ImmutableClassesGiraphConfiguration. createEdge(TranslateEdge<I,E> translateEdge,
          Edge<I,E> edge)Create edge based on #createEdge definition | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LongByteTranslateEdge<E extends org.apache.hadoop.io.Writable>Basic implementation of Translate Edge
 where I = LongWritable & B = ByteWritable | 
| static class  | LongByteTranslateEdge.DoubleEdgeValueCorrect implementation of cloneValue when edgevalue = doublewritable | 
| static class  | LongByteTranslateEdge.FloatEdgeValueCorrect implementation of cloneValue when edgevalue = floatwritable | 
| static class  | LongByteTranslateEdge.IntEdgeValueCorrect implementation of cloneValue when edgevalue = intwritable | 
| static class  | LongByteTranslateEdge.LongEdgeValueCorrect implementation of cloneValue when edgevalue = longwritable | 
| static class  | LongByteTranslateEdge.NoEdgeValueCorrect implementation of cloneValue when edgevalue = nullwritable | 
| Modifier and Type | Method and Description | 
|---|---|
| TranslateEdge<I,E> | BspServiceWorker. getTranslateEdge() | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.