Package | Description |
---|---|
com.oracle.bmc.opsi | |
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
SummarizeSqlStatisticsResponse |
OperationsInsightsClient.summarizeSqlStatistics(SummarizeSqlStatisticsRequest request) |
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> |
OperationsInsightsAsyncClient.summarizeSqlStatistics(SummarizeSqlStatisticsRequest request,
AsyncHandler<SummarizeSqlStatisticsRequest,SummarizeSqlStatisticsResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<SummarizeSqlStatisticsResponse> |
OperationsInsightsAsyncClient.summarizeSqlStatistics(SummarizeSqlStatisticsRequest request,
AsyncHandler<SummarizeSqlStatisticsRequest,SummarizeSqlStatisticsResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
SummarizeSqlStatisticsRequest |
SummarizeSqlStatisticsRequest.Builder.build()
Build the instance of SummarizeSqlStatisticsRequest as configured by this builder
|
SummarizeSqlStatisticsRequest |
SummarizeSqlStatisticsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of SummarizeSqlStatisticsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
SummarizeSqlStatisticsRequest.Builder |
SummarizeSqlStatisticsRequest.Builder.copy(SummarizeSqlStatisticsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.