| Interface | Description |
|---|---|
| TranslateFunction<T,O> |
Base interface for Translate functions.
|
| Class | Description |
|---|---|
| RichTranslateFunction<IN,OUT> |
Rich variant of the
TranslateFunction. |
| Translate |
Methods for translation of the type or modification of the data of graph
IDs, vertex values, and edge values.
|
| TranslateEdgeValues<K,VV,OLD,NEW> |
Translate
Edge values using the given TranslateFunction. |
| TranslateGraphIds<OLD,NEW,VV,EV> | |
| TranslateVertexValues<K,OLD,NEW,EV> |
Translate
Vertex values using the given TranslateFunction. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.