Package com.arangodb.internal
Class SearchAliasAsyncImpl
java.lang.Object
com.arangodb.internal.ArangoExecuteable
com.arangodb.internal.InternalArangoView
com.arangodb.internal.InternalSearchAlias
com.arangodb.internal.SearchAliasAsyncImpl
- All Implemented Interfaces:
ArangoSerdeAccessor
,ArangoViewAsync
,SearchAliasAsync
- Author:
- Michele Rastelli
-
Field Summary
Fields inherited from class com.arangodb.internal.InternalArangoView
dbName, name, PATH_API_ANALYZER, PATH_API_VIEW
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Asynchronous version ofSearchAlias.create()
create
(SearchAliasCreateOptions options) Asynchronous version ofSearchAlias.create(SearchAliasCreateOptions)
db()
The handler of the database the collection is withindrop()
Asynchronous version ofArangoView.drop()
exists()
Asynchronous version ofArangoView.exists()
getInfo()
Asynchronous version ofArangoView.getInfo()
Asynchronous version ofSearchAlias.getProperties()
Asynchronous version ofArangoView.rename(String)
Asynchronous version ofSearchAlias.replaceProperties(SearchAliasPropertiesOptions)
Asynchronous version ofSearchAlias.updateProperties(SearchAliasPropertiesOptions)
Methods inherited from class com.arangodb.internal.InternalSearchAlias
getPropertiesRequest, replacePropertiesRequest, updatePropertiesRequest
Methods inherited from class com.arangodb.internal.InternalArangoView
dropRequest, getInfoRequest, name, renameRequest
Methods inherited from class com.arangodb.internal.ArangoExecuteable
createPath, executorAsync, executorSync, getSerde, request
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.arangodb.ArangoSerdeAccessor
getSerde
Methods inherited from interface com.arangodb.ArangoViewAsync
name
-
Constructor Details
-
SearchAliasAsyncImpl
-
-
Method Details
-
db
Description copied from interface:ArangoViewAsync
The handler of the database the collection is within- Specified by:
db
in interfaceArangoViewAsync
- Returns:
- database handler
-
exists
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.exists()
- Specified by:
exists
in interfaceArangoViewAsync
-
drop
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.drop()
- Specified by:
drop
in interfaceArangoViewAsync
-
rename
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.rename(String)
- Specified by:
rename
in interfaceArangoViewAsync
-
getInfo
Description copied from interface:ArangoViewAsync
Asynchronous version ofArangoView.getInfo()
- Specified by:
getInfo
in interfaceArangoViewAsync
-
create
Description copied from interface:SearchAliasAsync
Asynchronous version ofSearchAlias.create()
- Specified by:
create
in interfaceSearchAliasAsync
-
create
Description copied from interface:SearchAliasAsync
Asynchronous version ofSearchAlias.create(SearchAliasCreateOptions)
- Specified by:
create
in interfaceSearchAliasAsync
-
getProperties
Description copied from interface:SearchAliasAsync
Asynchronous version ofSearchAlias.getProperties()
- Specified by:
getProperties
in interfaceSearchAliasAsync
-
updateProperties
public CompletableFuture<SearchAliasPropertiesEntity> updateProperties(SearchAliasPropertiesOptions options) Description copied from interface:SearchAliasAsync
Asynchronous version ofSearchAlias.updateProperties(SearchAliasPropertiesOptions)
- Specified by:
updateProperties
in interfaceSearchAliasAsync
-
replaceProperties
public CompletableFuture<SearchAliasPropertiesEntity> replaceProperties(SearchAliasPropertiesOptions options) Description copied from interface:SearchAliasAsync
Asynchronous version ofSearchAlias.replaceProperties(SearchAliasPropertiesOptions)
- Specified by:
replaceProperties
in interfaceSearchAliasAsync
-