Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
ArangoDatabase.transaction(String action,
Class<T> type,
TransactionOptions options)
Performs a server-side transaction and returns its return value.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<T> |
ArangoDatabaseAsync.transaction(String action,
Class<T> type,
TransactionOptions options)
Execute a server-side transaction
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<T> |
ArangoDatabaseAsyncImpl.transaction(String action,
Class<T> type,
TransactionOptions options) |
Modifier and Type | Method and Description |
---|---|
protected TransactionOptions |
TransactionOptions.action(String action) |
TransactionOptions |
TransactionOptions.allowImplicit(Boolean allowImplicit) |
static TransactionOptions |
OptionsBuilder.build(TransactionOptions options,
String action) |
TransactionOptions |
TransactionOptions.exclusiveCollections(String... exclusive) |
TransactionOptions |
TransactionOptions.lockTimeout(Integer lockTimeout) |
TransactionOptions |
TransactionOptions.maxTransactionSize(Long maxTransactionSize) |
TransactionOptions |
TransactionOptions.params(Object params) |
TransactionOptions |
TransactionOptions.readCollections(String... read) |
TransactionOptions |
TransactionOptions.waitForSync(Boolean waitForSync) |
TransactionOptions |
TransactionOptions.writeCollections(String... write) |
Modifier and Type | Method and Description |
---|---|
static TransactionOptions |
OptionsBuilder.build(TransactionOptions options,
String action) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.