Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.internal.velocypack | |
com.arangodb.internal.velocystream |
Constructor and Description |
---|
ArangoDatabase(Communication<Response,ConnectionSync> communication,
ArangoUtil util,
DocumentCache documentCache,
CollectionCache collectionCache,
String name) |
ArangoDB(CommunicationSync.Builder commBuilder,
ArangoUtil util,
CollectionCache collectionCache) |
Modifier and Type | Method and Description |
---|---|
protected CollectionCache |
ArangoExecutor.collectionCache() |
Constructor and Description |
---|
ArangoExecutor(Communication<R,C> communication,
ArangoUtil util,
DocumentCache documentCache,
CollectionCache collectionCache) |
ArangoExecutorSync(Communication<Response,ConnectionSync> communication,
ArangoUtil util,
DocumentCache documentCache,
CollectionCache collectionCache) |
Constructor and Description |
---|
VPackDocumentModule(CollectionCache collectionCache) |
Modifier and Type | Field and Description |
---|---|
protected CollectionCache |
Communication.collectionCache |
Modifier and Type | Method and Description |
---|---|
Communication<Response,ConnectionSync> |
CommunicationSync.Builder.build(ArangoUtil util,
CollectionCache collectionCache) |
Constructor and Description |
---|
Communication(Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
ArangoUtil util,
CollectionCache collectionCache,
Integer chunksize,
ConnectionPool<C> connectionPool) |
CommunicationSync(HostHandler hostHandler,
Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
ArangoUtil util,
CollectionCache collectionCache,
Integer chunksize,
Integer maxConnections) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.