Uses of Class
com.oracle.bmc.databasemanagement.responses.GetTopSqlCpuActivityResponse
-
Packages that use GetTopSqlCpuActivityResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetTopSqlCpuActivityResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetTopSqlCpuActivityResponse Modifier and Type Method Description GetTopSqlCpuActivityResponse
DbManagement. getTopSqlCpuActivity(GetTopSqlCpuActivityRequest request)
Gets the SQL IDs with the top CPU activity from the Exadata storage server.GetTopSqlCpuActivityResponse
DbManagementClient. getTopSqlCpuActivity(GetTopSqlCpuActivityRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetTopSqlCpuActivityResponse Modifier and Type Method Description Future<GetTopSqlCpuActivityResponse>
DbManagementAsync. getTopSqlCpuActivity(GetTopSqlCpuActivityRequest request, AsyncHandler<GetTopSqlCpuActivityRequest,GetTopSqlCpuActivityResponse> handler)
Gets the SQL IDs with the top CPU activity from the Exadata storage server.Future<GetTopSqlCpuActivityResponse>
DbManagementAsyncClient. getTopSqlCpuActivity(GetTopSqlCpuActivityRequest request, AsyncHandler<GetTopSqlCpuActivityRequest,GetTopSqlCpuActivityResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetTopSqlCpuActivityResponse Modifier and Type Method Description Future<GetTopSqlCpuActivityResponse>
DbManagementAsync. getTopSqlCpuActivity(GetTopSqlCpuActivityRequest request, AsyncHandler<GetTopSqlCpuActivityRequest,GetTopSqlCpuActivityResponse> handler)
Gets the SQL IDs with the top CPU activity from the Exadata storage server.Future<GetTopSqlCpuActivityResponse>
DbManagementAsyncClient. getTopSqlCpuActivity(GetTopSqlCpuActivityRequest request, AsyncHandler<GetTopSqlCpuActivityRequest,GetTopSqlCpuActivityResponse> handler)
-
Uses of GetTopSqlCpuActivityResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetTopSqlCpuActivityResponse Modifier and Type Method Description GetTopSqlCpuActivityResponse
GetTopSqlCpuActivityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetTopSqlCpuActivityResponse Modifier and Type Method Description GetTopSqlCpuActivityResponse.Builder
GetTopSqlCpuActivityResponse.Builder. copy(GetTopSqlCpuActivityResponse o)
Copy method to populate the builder with values from the given instance.
-