Uses of Class
com.oracle.bmc.opsi.requests.SummarizeSqlStatisticsRequest
-
Packages that use SummarizeSqlStatisticsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of SummarizeSqlStatisticsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type SummarizeSqlStatisticsRequest Modifier and Type Method Description SummarizeSqlStatisticsResponse
OperationsInsights. summarizeSqlStatistics(SummarizeSqlStatisticsRequest request)
Query SQL Warehouse to get the performance statistics for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.Future<SummarizeSqlStatisticsResponse>
OperationsInsightsAsync. summarizeSqlStatistics(SummarizeSqlStatisticsRequest request, AsyncHandler<SummarizeSqlStatisticsRequest,SummarizeSqlStatisticsResponse> handler)
Query SQL Warehouse to get the performance statistics for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.Future<SummarizeSqlStatisticsResponse>
OperationsInsightsAsyncClient. summarizeSqlStatistics(SummarizeSqlStatisticsRequest request, AsyncHandler<SummarizeSqlStatisticsRequest,SummarizeSqlStatisticsResponse> handler)
SummarizeSqlStatisticsResponse
OperationsInsightsClient. summarizeSqlStatistics(SummarizeSqlStatisticsRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeSqlStatisticsRequest Modifier and Type Method Description Future<SummarizeSqlStatisticsResponse>
OperationsInsightsAsync. summarizeSqlStatistics(SummarizeSqlStatisticsRequest request, AsyncHandler<SummarizeSqlStatisticsRequest,SummarizeSqlStatisticsResponse> handler)
Query SQL Warehouse to get the performance statistics for SQLs taking greater than X% database time for a given time period across the given databases or database types in a compartment and in all sub-compartments if specified.Future<SummarizeSqlStatisticsResponse>
OperationsInsightsAsyncClient. summarizeSqlStatistics(SummarizeSqlStatisticsRequest request, AsyncHandler<SummarizeSqlStatisticsRequest,SummarizeSqlStatisticsResponse> handler)
-
Uses of SummarizeSqlStatisticsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeSqlStatisticsRequest Modifier and Type Method Description SummarizeSqlStatisticsRequest
SummarizeSqlStatisticsRequest.Builder. build()
Build the instance of SummarizeSqlStatisticsRequest as configured by this builderSummarizeSqlStatisticsRequest
SummarizeSqlStatisticsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SummarizeSqlStatisticsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type SummarizeSqlStatisticsRequest Modifier and Type Method Description SummarizeSqlStatisticsRequest.Builder
SummarizeSqlStatisticsRequest.Builder. copy(SummarizeSqlStatisticsRequest o)
Copy method to populate the builder with values from the given instance.
-