-
Deprecated ClassesClassDescriptionsince ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.use
VertexCollectionRemoveOptions
insteadsince ArangoDB 3.12, useMDIndexOptions
instead.
-
Deprecated MethodsMethodDescriptionsince ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.since ArangoDB 3.12, use
ArangoCollection.ensureMDIndex(Iterable, MDIndexOptions)
orArangoCollection.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
instead.since ArangoDB 3.12, useArangoCollectionAsync.ensureMDIndex(Iterable, MDIndexOptions)
orArangoCollectionAsync.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
instead.for removal. To consume the responses in a custom executor use async CompletableFuture methods.useArangoEdgeCollection.remove()
insteaduseArangoEdgeCollectionAsync.remove()
insteaduseArangoVertexCollection.remove()
insteaduseArangoVertexCollectionAsync.remove()
instead
-
Deprecated ConstructorsConstructorDescriptionuse
ArangoDBException.of(String, Throwable)
insteaduseArangoDBException.of(java.lang.Throwable)
insteaduseArangoDBException.of(Throwable, Long)
instead
-
Deprecated Enum ConstantsEnum ConstantDescriptionThe “bytes_accum” policy type is deprecated and remains in ArangoSearch for backwards compatibility with the older versions. Please make sure to always use the “tier” policy instead.since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
EdgeCollectionRemoveOptions
instead