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 with parameters of type QueryTrackingPropertiesEntity Modifier and Type Method Description QueryTrackingPropertiesEntity
ArangoDatabase. setQueryTrackingProperties(QueryTrackingPropertiesEntity properties)
Changes the configuration for the AQL query tracking
-