Package | Description |
---|---|
com.arangodb.async.internal | |
com.arangodb.async.internal.velocystream |
Constructor and Description |
---|
ArangoDBAsyncImpl(VstCommunicationAsync.Builder asyncCommBuilder,
ArangoSerializationFactory util,
VstCommunicationSync.Builder syncCommBuilder,
HostResolver asyncHostResolver,
HostResolver syncHostResolver,
HostHandler asyncHostHandler,
HostHandler syncHostHandler,
com.arangodb.internal.ArangoContext context,
int responseQueueTimeSamples,
int timeoutMs) |
Modifier and Type | Method and Description |
---|---|
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.chunksize(Integer chunksize) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.connectionTtl(Long connectionTtl) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.jwt(String jwt) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.maxConnections(Integer maxConnections) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.password(String password) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.sslContext(SSLContext sslContext) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.timeout(Integer timeout) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.user(String user) |
VstCommunicationAsync.Builder |
VstCommunicationAsync.Builder.useSsl(Boolean useSsl) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.