Interface and Description |
---|
com.arangodb.Consumer
Use
Consumer instead. |
com.arangodb.Predicate
Use
Predicate instead. |
Class and Description |
---|
com.arangodb.entity.arangosearch.AnalyzerEntity
use typed analyzers
com.arangodb.entity.arangosearch.analyzer |
com.arangodb.internal.cursor.ArangoFilterIterable |
com.arangodb.internal.cursor.ArangoMappingIterable |
com.arangodb.model.HashIndexOptions
use
PersistentIndexOptions instead. Since ArangoDB 3.7 a hash index is an alias for a persistent
index. |
com.arangodb.model.SkiplistIndexOptions
use
PersistentIndexOptions instead. Since ArangoDB 3.7 a skiplist index is an alias for a
persistent index. |
com.arangodb.model.TraversalOptions |
Constructor and Description |
---|
com.arangodb.velocystream.Request(String, RequestType, String)
Use
Request(DbName, RequestType, String) instead |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.