-
Deprecated ClassesClassDescriptionfor removal, use
ArangoDatabase.explainAqlQuery(String, Map, ExplainAqlQueryOptions)
insteaduseEdgeCollectionRemoveOptions
insteadsince ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.useVertexCollectionRemoveOptions
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, useArangoDatabase.explainAqlQuery(String, Map, ExplainAqlQueryOptions)
insteadfor removal, useArangoDatabase.explainAqlQuery(String, Map, AqlQueryExplainOptions)
insteadfor removal, useArangoDatabaseAsync.explainAqlQuery(String, Map, ExplainAqlQueryOptions)
insteadfor removal, useArangoDatabaseAsync.explainAqlQuery(String, Map, AqlQueryExplainOptions)
insteadfor removal. To consume the responses in a custom executor use async CompletableFuture methods.useArangoEdgeCollection.remove()
insteaduseArangoEdgeCollectionAsync.remove()
insteaduseArangoVertexCollection.remove()
insteaduseArangoVertexCollectionAsync.remove()
insteadfor removal, useAqlQueryOptions.getMaxNumberOfPlans()
insteadfor removal, useAqlQueryOptions.maxNumberOfPlans(Integer)
insteadfor removal, useAqlQueryOptions.Options.getMaxNumberOfPlans()
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.
ArangoDatabase.explainAqlQuery(String, Map, ExplainAqlQueryOptions)
instead