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 |
SearchAlias.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 |
SearchAlias.create(SearchAliasCreateOptions 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.createSearchAlias(String name,
SearchAliasCreateOptions options)
Creates a SearchAlias 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> |
SearchAliasAsync.create()
Creates a view, then returns view information from the server.
|
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> |
SearchAliasAsync.create(SearchAliasCreateOptions 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.createSearchAlias(String name,
SearchAliasCreateOptions options)
Creates a SearchAlias 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 | Class and Description |
---|---|
class |
ArangoSearchPropertiesEntity |
class |
SearchAliasPropertiesEntity |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.