| Interface | Description |
|---|---|
| ArangoCollection |
Interface for operations on ArangoDB collection level.
|
| ArangoCursor<T> | |
| ArangoDatabase |
Interface for operations on ArangoDB database level.
|
| ArangoDB |
Central access point for applications to communicate with an ArangoDB server.
|
| ArangoEdgeCollection |
Interface for operations on ArangoDB edge collection level.
|
| ArangoGraph |
Interface for operations on ArangoDB graph level.
|
| ArangoIterable<T> | |
| ArangoIterator<T> | |
| ArangoMetrics |
Interface for accessing metrics.
|
| ArangoSearch |
Interface for operations on ArangoDB view level for ArangoSearch views.
|
| ArangoSerdeAccessor | |
| ArangoVertexCollection |
Interface for operations on ArangoDB vertex collection level.
|
| ArangoView |
Interface for operations on ArangoDB view level.
|
| QueueTimeMetrics |
Interface for accessing queue time latency metrics, reported by the "X-Arango-Queue-Time-Seconds" response header.
|
| SearchAlias |
Interface for operations on ArangoDB view level for SearchAlias views.
|
| Class | Description |
|---|---|
| ArangoDB.Builder |
Builder class to build an instance of
ArangoDB. |
| DbName |
Class to represent a NFC-normalized database name (as required by ArangoDB extended naming convention).
|
| PackageVersion |
Automatically generated from PackageVersion.java.in by replacer plugin.
|
| Request<T> | |
| Request.Builder<T> | |
| Response<T> |
| Enum | Description |
|---|---|
| Protocol | |
| Request.Method |
| Exception | Description |
|---|---|
| ArangoDBException | |
| ArangoDBMultipleException |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.