public interface VPackAttributeTranslator
Modifier and Type | Method and Description |
---|---|
void |
add(String attribute,
int key) |
void |
seal() |
VPackSlice |
translate(int key) |
VPackSlice |
translate(String attribute) |
void add(String attribute, int key) throws VPackException
VPackException
void seal() throws VPackException
VPackException
VPackSlice translate(String attribute)
VPackSlice translate(int key)
Copyright © 2016 ArangoDB GmbH. All rights reserved.