Uses of Class
com.arangodb.entity.QueryTrackingPropertiesEntity
-
Packages that use QueryTrackingPropertiesEntity Package Description com.arangodb -
-
Uses of QueryTrackingPropertiesEntity in com.arangodb
Methods in com.arangodb that return QueryTrackingPropertiesEntity Modifier and Type Method Description QueryTrackingPropertiesEntity
ArangoDatabase. getQueryTrackingProperties()
Returns the configuration for the AQL query trackingQueryTrackingPropertiesEntity
ArangoDatabase. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)
Changes the configuration for the AQL query trackingMethods in com.arangodb that return types with arguments of type QueryTrackingPropertiesEntity Modifier and Type Method Description CompletableFuture<QueryTrackingPropertiesEntity>
ArangoDatabaseAsync. getQueryTrackingProperties()
Asynchronous version ofArangoDatabase.getQueryTrackingProperties()
CompletableFuture<QueryTrackingPropertiesEntity>
ArangoDatabaseAsync. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)
Asynchronous version ofArangoDatabase.setQueryTrackingProperties(QueryTrackingPropertiesEntity)
Methods in com.arangodb with parameters of type QueryTrackingPropertiesEntity Modifier and Type Method Description QueryTrackingPropertiesEntity
ArangoDatabase. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)
Changes the configuration for the AQL query trackingCompletableFuture<QueryTrackingPropertiesEntity>
ArangoDatabaseAsync. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)
Asynchronous version ofArangoDatabase.setQueryTrackingProperties(QueryTrackingPropertiesEntity)
-