Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.internal.velocypack | |
com.arangodb.util | |
com.arangodb.velocypack |
Constructor and Description |
---|
ArangoDatabase(Communication<Response,ConnectionSync> communication,
VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser,
DocumentCache documentCache,
CollectionCache collectionCache,
String name) |
ArangoDB(CommunicationSync.Builder commBuilder,
VPack vpack,
VPack vpackNull,
VPackParser vpackParser,
CollectionCache collectionCache) |
Constructor and Description |
---|
ArangoExecutor(Communication<R,C> communication,
VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser,
DocumentCache documentCache,
CollectionCache collectionCache) |
ArangoExecutorSync(Communication<Response,ConnectionSync> communication,
VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser,
DocumentCache documentCache,
CollectionCache collectionCache) |
Modifier and Type | Method and Description |
---|---|
static void |
VPackConfigure.configure(VPack.Builder builder,
VPackParser vpackParser,
CollectionCache cache) |
Constructor and Description |
---|
ArangoUtil(VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser) |
Modifier and Type | Method and Description |
---|---|
VPackParser |
VPackParser.registerDeserializer(String attribute,
ValueType type,
VPackJsonDeserializer deserializer) |
VPackParser |
VPackParser.registerDeserializer(ValueType type,
VPackJsonDeserializer deserializer) |
<T> VPackParser |
VPackParser.registerSerializer(Class<T> type,
VPackJsonSerializer<T> serializer) |
<T> VPackParser |
VPackParser.registerSerializer(String attribute,
Class<T> type,
VPackJsonSerializer<T> serializer) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.