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)
-
Uses of QueryTrackingPropertiesEntity in com.arangodb.internal
Methods in com.arangodb.internal that return QueryTrackingPropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseImpl.getQueryTrackingProperties()
ArangoDatabaseImpl.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) Methods in com.arangodb.internal that return types with arguments of type QueryTrackingPropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseAsyncImpl.getQueryTrackingProperties()
ArangoDatabaseAsyncImpl.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) Methods in com.arangodb.internal with parameters of type QueryTrackingPropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseAsyncImpl.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) ArangoDatabaseImpl.setQueryTrackingProperties
(QueryTrackingPropertiesEntity properties) protected InternalRequest
InternalArangoDatabase.setQueryTrackingPropertiesRequest
(QueryTrackingPropertiesEntity properties)