Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.internal.velocystream | |
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 | Field and Description |
---|---|
protected VPack |
Communication.vpack |
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) |
Constructor and Description |
---|
ArangoUtil(VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser) |
Modifier and Type | Method and Description |
---|---|
VPack |
VPack.Builder.build() |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.