Uses of Class
com.arangodb.entity.ViewEntity
Packages that use ViewEntity
-
Uses of ViewEntity in com.arangodb
Methods in com.arangodb that return ViewEntityModifier and TypeMethodDescriptionArangoSearch.create()
Creates a view, then returns view information from the server.ArangoSearch.create
(ArangoSearchCreateOptions options) Creates a view with the givenoptions
, then returns view information from the server.SearchAlias.create()
Creates a view, then returns view information from the server.SearchAlias.create
(SearchAliasCreateOptions options) Creates a view with the givenoptions
, then returns view information from the server.ArangoDatabase.createArangoSearch
(String name, ArangoSearchCreateOptions options) Creates a ArangoSearch view with the givenoptions
, then returns view information from the server.ArangoDatabase.createSearchAlias
(String name, SearchAliasCreateOptions options) Creates a SearchAlias view with the givenoptions
, then returns view information from the server.ArangoDatabase.createView
(String name, ViewType type) Creates a view of the giventype
, then returns view information from the server.ArangoView.getInfo()
Returns information about the view.Renames the view.Methods in com.arangodb that return types with arguments of type ViewEntityModifier and TypeMethodDescriptionArangoSearchAsync.create()
Asynchronous version ofArangoSearch.create()
ArangoSearchAsync.create
(ArangoSearchCreateOptions options) Asynchronous version ofArangoSearch.create(ArangoSearchCreateOptions)
SearchAliasAsync.create()
Asynchronous version ofSearchAlias.create()
SearchAliasAsync.create
(SearchAliasCreateOptions options) Asynchronous version ofSearchAlias.create(SearchAliasCreateOptions)
ArangoDatabaseAsync.createArangoSearch
(String name, ArangoSearchCreateOptions options) Asynchronous version ofArangoDatabase.createArangoSearch(String, ArangoSearchCreateOptions)
ArangoDatabaseAsync.createSearchAlias
(String name, SearchAliasCreateOptions options) Asynchronous version ofArangoDatabase.createSearchAlias(String, SearchAliasCreateOptions)
ArangoDatabaseAsync.createView
(String name, ViewType type) Asynchronous version ofArangoDatabase.createView(String, ViewType)
ArangoViewAsync.getInfo()
Asynchronous version ofArangoView.getInfo()
ArangoDatabase.getViews()
Fetches all views from the database and returns a list of view descriptions.ArangoDatabaseAsync.getViews()
Asynchronous version ofArangoDatabase.getViews()
Asynchronous version ofArangoView.rename(String)
-
Uses of ViewEntity in com.arangodb.entity.arangosearch
Subclasses of ViewEntity in com.arangodb.entity.arangosearchModifier and TypeClassDescriptionfinal class
final class
-
Uses of ViewEntity in com.arangodb.internal
Methods in com.arangodb.internal that return ViewEntityModifier and TypeMethodDescriptionArangoSearchImpl.create()
ArangoSearchImpl.create
(ArangoSearchCreateOptions options) SearchAliasImpl.create()
SearchAliasImpl.create
(SearchAliasCreateOptions options) ArangoDatabaseImpl.createArangoSearch
(String name, ArangoSearchCreateOptions options) ArangoDatabaseImpl.createSearchAlias
(String name, SearchAliasCreateOptions options) ArangoDatabaseImpl.createView
(String name, ViewType type) ArangoSearchImpl.getInfo()
ArangoViewImpl.getInfo()
SearchAliasImpl.getInfo()
Methods in com.arangodb.internal that return types with arguments of type ViewEntityModifier and TypeMethodDescriptionArangoSearchAsyncImpl.create()
ArangoSearchAsyncImpl.create
(ArangoSearchCreateOptions options) SearchAliasAsyncImpl.create()
SearchAliasAsyncImpl.create
(SearchAliasCreateOptions options) ArangoDatabaseAsyncImpl.createArangoSearch
(String name, ArangoSearchCreateOptions options) ArangoDatabaseAsyncImpl.createSearchAlias
(String name, SearchAliasCreateOptions options) ArangoDatabaseAsyncImpl.createView
(String name, ViewType type) ArangoSearchAsyncImpl.getInfo()
ArangoViewAsyncImpl.getInfo()
SearchAliasAsyncImpl.getInfo()
ArangoDatabaseAsyncImpl.getViews()
ArangoDatabaseImpl.getViews()
protected ArangoExecutor.ResponseDeserializer<Collection<ViewEntity>>
InternalArangoDatabase.getViewsResponseDeserializer()