Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.internal.velocypack | |
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) |
Modifier and Type | Field and Description |
---|---|
protected VPackParser |
ArangoExecutor.vpackParser |
Modifier and Type | Method and Description |
---|---|
protected VPackParser |
ArangoExecutor.vpackParser() |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
ArangoExecutor.createResult(VPack vpack,
VPackParser vpackParser,
Type type,
Response response) |
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) |
Modifier and Type | Method and Description |
---|---|
VPackParser |
VPackParser.registerDeserializer(String attribute,
ValueType type,
VPackJsonDeserializer deserializer) |
VPackParser |
VPackParser.registerDeserializer(ValueType type,
VPackJsonDeserializer deserializer) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.