Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal.velocypack |
Modifier and Type | Method and Description |
---|---|
ArangoSearchPropertiesEntity |
ArangoSearch.getProperties()
Reads the properties of the specified view.
|
ArangoSearchPropertiesEntity |
ArangoSearch.replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
ArangoSearchPropertiesEntity |
ArangoSearch.updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.getProperties()
Reads the properties of the specified view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.replaceProperties(ArangoSearchPropertiesOptions options)
Changes properties of the view.
|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsync.updateProperties(ArangoSearchPropertiesOptions options)
Partially changes properties of the view.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.getProperties() |
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.replaceProperties(ArangoSearchPropertiesOptions options) |
CompletableFuture<ArangoSearchPropertiesEntity> |
ArangoSearchAsyncImpl.updateProperties(ArangoSearchPropertiesOptions options) |
Modifier and Type | Field and Description |
---|---|
static com.arangodb.velocypack.VPackDeserializer<ArangoSearchPropertiesEntity> |
VPackDeserializers.ARANGO_SEARCH_PROPERTIES_ENTITY |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.