Uses of Class
com.oracle.bmc.databasemanagement.model.OptimizerStatisticsGroupByTypes
-
Packages that use OptimizerStatisticsGroupByTypes Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of OptimizerStatisticsGroupByTypes in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return OptimizerStatisticsGroupByTypes Modifier and Type Method Description static OptimizerStatisticsGroupByTypesOptimizerStatisticsGroupByTypes. create(String key)OptimizerStatisticsGroupByTypesOptimizerStatisticsCollectionAggregationSummary. getGroupBy()The optimizer statistics tasks grouped by type.static OptimizerStatisticsGroupByTypesOptimizerStatisticsGroupByTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizerStatisticsGroupByTypes[]OptimizerStatisticsGroupByTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type OptimizerStatisticsGroupByTypes Modifier and Type Method Description OptimizerStatisticsCollectionAggregationSummary.BuilderOptimizerStatisticsCollectionAggregationSummary.Builder. groupBy(OptimizerStatisticsGroupByTypes groupBy)The optimizer statistics tasks grouped by type.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type OptimizerStatisticsGroupByTypes Constructor Description OptimizerStatisticsCollectionAggregationSummary(OptimizerStatisticsGroupByTypes groupBy, Date timeStart, Date timeEnd, Integer pending, Integer inProgress, Integer completed, Integer failed, Integer skipped, Integer timedOut, Integer unknown, Integer total)Deprecated. -
Uses of OptimizerStatisticsGroupByTypes in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return OptimizerStatisticsGroupByTypes Modifier and Type Method Description OptimizerStatisticsGroupByTypesListOptimizerStatisticsCollectionAggregationsRequest. getGroupType()The optimizer statistics tasks grouped by type.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type OptimizerStatisticsGroupByTypes Modifier and Type Method Description ListOptimizerStatisticsCollectionAggregationsRequest.BuilderListOptimizerStatisticsCollectionAggregationsRequest.Builder. groupType(OptimizerStatisticsGroupByTypes groupType)The optimizer statistics tasks grouped by type.
-