Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.internal.velocypack | |
com.arangodb.internal.velocystream |
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 | Method and Description |
---|---|
protected CollectionCache |
ArangoExecutor.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) |
Modifier and Type | Field and Description |
---|---|
protected CollectionCache |
Communication.collectionCache |
Modifier and Type | Method and Description |
---|---|
Communication<Response,ConnectionSync> |
CommunicationSync.Builder.build(VPack vpack,
CollectionCache collectionCache) |
Constructor and Description |
---|
Communication(String host,
Integer port,
Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
VPack vpack,
CollectionCache collectionCache,
Integer chunksize,
C connection) |
CommunicationSync(String host,
Integer port,
Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
VPack vpack,
CollectionCache collectionCache,
Integer chunksize) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.