Uses of Interface
com.arangodb.ArangoViewAsync
-
Packages that use ArangoViewAsync Package Description com.arangodb -
-
Uses of ArangoViewAsync in com.arangodb
Subinterfaces of ArangoViewAsync in com.arangodb Modifier and Type Interface Description interface
ArangoSearchAsync
Asynchronous version ofArangoSearch
interface
SearchAliasAsync
Asynchronous version ofSearchAlias
Methods in com.arangodb that return ArangoViewAsync Modifier and Type Method Description ArangoViewAsync
ArangoDatabaseAsync. view(String name)
Returns aArangoViewAsync
instance for the given view name.
-