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 VPackAttributeTranslator
VPackException
public void seal() throws VPackException
seal
in interface VPackAttributeTranslator
VPackException
public VPackSlice translate(String attribute)
translate
in interface VPackAttributeTranslator
public VPackSlice translate(int key)
translate
in interface VPackAttributeTranslator
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.