Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.entity.arangosearch |
Modifier and Type | Method and Description |
---|---|
ViewEntity |
ArangoSearch.create()
Creates a view, then returns view information from the server.
|
ViewEntity |
ArangoSearch.create(ArangoSearchCreateOptions options)
Creates a view with the given
options , then returns view information from the server. |
ViewEntity |
ArangoDatabase.createArangoSearch(String name,
ArangoSearchCreateOptions options)
Creates a ArangoSearch view with the given
options , then returns view information from the server. |
ViewEntity |
ArangoDatabase.createView(String name,
ViewType type)
Creates a view of the given
type , then returns view information from the server. |
ViewEntity |
ArangoView.getInfo()
Returns information about the view.
|
ViewEntity |
ArangoView.rename(String newName)
Renames the view.
|
Modifier and Type | Method and Description |
---|---|
Collection<ViewEntity> |
ArangoDatabase.getViews()
Fetches all views from the database and returns an list of view descriptions.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewEntity> |
ArangoSearchAsync.create()
Creates a view, then returns view information from the server.
|
CompletableFuture<ViewEntity> |
ArangoSearchAsync.create(ArangoSearchCreateOptions options)
Creates a view with the given
options , then returns view information from the server. |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsync.createArangoSearch(String name,
ArangoSearchCreateOptions options)
Creates a ArangoSearch view with the given
options , then returns view information from the server. |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsync.createView(String name,
ViewType type)
Creates a view of the given
type , then returns view information from the server. |
CompletableFuture<ViewEntity> |
ArangoViewAsync.getInfo()
Returns information about the view.
|
CompletableFuture<Collection<ViewEntity>> |
ArangoDatabaseAsync.getViews()
Fetches all views from the database and returns an list of view descriptions.
|
CompletableFuture<ViewEntity> |
ArangoViewAsync.rename(String newName)
Renames the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ViewEntity> |
ArangoSearchAsyncImpl.create() |
CompletableFuture<ViewEntity> |
ArangoSearchAsyncImpl.create(ArangoSearchCreateOptions options) |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsyncImpl.createArangoSearch(String name,
ArangoSearchCreateOptions options) |
CompletableFuture<ViewEntity> |
ArangoDatabaseAsyncImpl.createView(String name,
ViewType type) |
CompletableFuture<ViewEntity> |
ArangoSearchAsyncImpl.getInfo() |
CompletableFuture<ViewEntity> |
ArangoViewAsyncImpl.getInfo() |
CompletableFuture<Collection<ViewEntity>> |
ArangoDatabaseAsyncImpl.getViews() |
CompletableFuture<ViewEntity> |
ArangoSearchAsyncImpl.rename(String newName) |
CompletableFuture<ViewEntity> |
ArangoViewAsyncImpl.rename(String newName) |
Modifier and Type | Class and Description |
---|---|
class |
ArangoSearchPropertiesEntity |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.