Uses of Class
com.arangodb.entity.arangosearch.ArangoSearchPropertiesEntity
Packages that use ArangoSearchPropertiesEntity
-
Uses of ArangoSearchPropertiesEntity in com.arangodb
Methods in com.arangodb that return ArangoSearchPropertiesEntityModifier and TypeMethodDescriptionArangoSearch.getProperties()
Reads the properties of the specified view.ArangoSearch.replaceProperties
(ArangoSearchPropertiesOptions options) Changes properties of the view.ArangoSearch.updateProperties
(ArangoSearchPropertiesOptions options) Partially changes properties of the view.Methods in com.arangodb that return types with arguments of type ArangoSearchPropertiesEntityModifier and TypeMethodDescriptionArangoSearchAsync.getProperties()
Asynchronous version ofArangoSearch.getProperties()
ArangoSearchAsync.replaceProperties
(ArangoSearchPropertiesOptions options) Asynchronous version ofArangoSearch.replaceProperties(ArangoSearchPropertiesOptions)
ArangoSearchAsync.updateProperties
(ArangoSearchPropertiesOptions options) Asynchronous version ofArangoSearch.updateProperties(ArangoSearchPropertiesOptions)
-
Uses of ArangoSearchPropertiesEntity in com.arangodb.internal
Methods in com.arangodb.internal that return ArangoSearchPropertiesEntityModifier and TypeMethodDescriptionArangoSearchImpl.getProperties()
ArangoSearchImpl.replaceProperties
(ArangoSearchPropertiesOptions options) ArangoSearchImpl.updateProperties
(ArangoSearchPropertiesOptions options) Methods in com.arangodb.internal that return types with arguments of type ArangoSearchPropertiesEntityModifier and TypeMethodDescriptionArangoSearchAsyncImpl.getProperties()
ArangoSearchAsyncImpl.replaceProperties
(ArangoSearchPropertiesOptions options) ArangoSearchAsyncImpl.updateProperties
(ArangoSearchPropertiesOptions options)