Uses of Class
com.arangodb.entity.QueryTrackingPropertiesEntity
Packages that use QueryTrackingPropertiesEntity
-
Uses of QueryTrackingPropertiesEntity in com.arangodb
Methods in com.arangodb that return QueryTrackingPropertiesEntityModifier and TypeMethodDescriptionArangoDatabase.getQueryTrackingProperties()
Returns the configuration for the AQL query trackingArangoDatabase.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) Changes the configuration for the AQL query trackingMethods in com.arangodb that return types with arguments of type QueryTrackingPropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseAsync.getQueryTrackingProperties()
Asynchronous version ofArangoDatabase.getQueryTrackingProperties()
ArangoDatabaseAsync.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) Asynchronous version ofArangoDatabase.setQueryTrackingProperties(QueryTrackingPropertiesEntity)
Methods in com.arangodb with parameters of type QueryTrackingPropertiesEntityModifier and TypeMethodDescriptionArangoDatabase.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) Changes the configuration for the AQL query trackingArangoDatabaseAsync.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) Asynchronous version ofArangoDatabase.setQueryTrackingProperties(QueryTrackingPropertiesEntity)