public class VPackAttributeTranslatorImpl extends Object implements VPackAttributeTranslator
| Constructor and Description |
|---|
VPackAttributeTranslatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String attribute,
int key) |
void |
seal() |
VPackSlice |
translate(int key) |
VPackSlice |
translate(String attribute) |
public void add(String attribute, int key) throws VPackException
add in interface VPackAttributeTranslatorVPackExceptionpublic void seal()
throws VPackException
seal in interface VPackAttributeTranslatorVPackExceptionpublic VPackSlice translate(String attribute)
translate in interface VPackAttributeTranslatorpublic VPackSlice translate(int key)
translate in interface VPackAttributeTranslatorCopyright © 2016 ArangoDB GmbH. All rights reserved.