Class SqlTuningClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.databasemanagement.SqlTuningClient
 
 
- 
- All Implemented Interfaces:
- SqlTuning,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class SqlTuningClient extends BaseSyncClient implements SqlTuning
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSqlTuningClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.Optional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for SqlTuning.
 - 
Constructor SummaryConstructors Constructor Description SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.SqlTuningClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.SqlTuningClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.SqlTuningClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlTuningClient.Builderbuilder()Create a builder for this client.CloneSqlTuningTaskResponsecloneSqlTuningTask(CloneSqlTuningTaskRequest request)Clones and runs a SQL tuning task in the database.voidclose()CreateSqlTuningSetResponsecreateSqlTuningSet(CreateSqlTuningSetRequest request)Creates an empty Sql tuning set within the Managed Database specified by managedDatabaseId.DropSqlsInSqlTuningSetResponsedropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request)Deletes the Sqls in the specified Sql tuning set that matches the filter criteria provided in the basicFilter.DropSqlTuningSetResponsedropSqlTuningSet(DropSqlTuningSetRequest request)Drops the Sql tuning set specified by sqlTuningSet within the Managed Database specified by managedDatabaseId.DropSqlTuningTaskResponsedropSqlTuningTask(DropSqlTuningTaskRequest request)Drops a SQL tuning task and its related results from the database.FetchSqlTuningSetResponsefetchSqlTuningSet(FetchSqlTuningSetRequest request)Fetch the details of Sql statements in the Sql tuning set specified by name, owner and optional filter parameters.StringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()GetExecutionPlanStatsComparisionResponsegetExecutionPlanStatsComparision(GetExecutionPlanStatsComparisionRequest request)Retrieves a comparison of the existing SQL execution plan and a new plan.Optional<String>getMinimumClientCommonLibraryVersionFromClient()SqlTuningPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetSqlExecutionPlanResponsegetSqlExecutionPlan(GetSqlExecutionPlanRequest request)Retrieves a SQL execution plan for the SQL being tuned.GetSqlTuningAdvisorTaskSummaryReportResponsegetSqlTuningAdvisorTaskSummaryReport(GetSqlTuningAdvisorTaskSummaryReportRequest request)Gets the summary report for the specified SQL Tuning Advisor task.ListSqlTuningAdvisorTaskFindingsResponselistSqlTuningAdvisorTaskFindings(ListSqlTuningAdvisorTaskFindingsRequest request)Gets an array of the details of the findings that match specific filters.ListSqlTuningAdvisorTaskRecommendationsResponselistSqlTuningAdvisorTaskRecommendations(ListSqlTuningAdvisorTaskRecommendationsRequest request)Gets the findings and possible actions for a given object in a SQL tuning task.ListSqlTuningAdvisorTasksResponselistSqlTuningAdvisorTasks(ListSqlTuningAdvisorTasksRequest request)Lists the SQL Tuning Advisor tasks for the specified Managed Database.ListSqlTuningSetsResponselistSqlTuningSets(ListSqlTuningSetsRequest request)Lists the SQL tuning sets for the specified Managed Database.LoadSqlTuningSetResponseloadSqlTuningSet(LoadSqlTuningSetRequest request)Load Sql statements into the Sql tuning set specified by name and optional filter parameters within the Managed Database specified by managedDatabaseId.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.voidrefreshClient()Rebuild the backingHttpClient.SaveSqlTuningSetAsResponsesaveSqlTuningSetAs(SaveSqlTuningSetAsRequest request)Saves the specified list of Sqls statements into another new Sql tuning set or loads into an existing Sql tuning set’.voidsetEndpoint(String endpoint)voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).StartSqlTuningTaskResponsestartSqlTuningTask(StartSqlTuningTaskRequest request)Starts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.ValidateBasicFilterResponsevalidateBasicFilter(ValidateBasicFilterRequest request)Executes a SQL query to check whether user entered basic filter criteria is valid or not.- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface com.oracle.bmc.databasemanagement.SqlTuninggetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
SqlTuningClient@Deprecated public SqlTuningClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- SqlTuningClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
SqlTuningClient@Deprecated public SqlTuningClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- SqlTuningClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
SqlTuningClient@Deprecated public SqlTuningClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- SqlTuningClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
SqlTuningClient@Deprecated public SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- SqlTuningClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
SqlTuningClient@Deprecated public SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- SqlTuningClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
SqlTuningClient@Deprecated public SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- SqlTuningClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
 
 - 
SqlTuningClient@Deprecated public SqlTuningClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- SqlTuningClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
 
 
- 
 - 
Method Detail- 
builderpublic static SqlTuningClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:SqlTuningSets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:SqlTuningSets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.
 - 
cloneSqlTuningTaskpublic CloneSqlTuningTaskResponse cloneSqlTuningTask(CloneSqlTuningTaskRequest request) Description copied from interface:SqlTuningClones and runs a SQL tuning task in the database.- Specified by:
- cloneSqlTuningTaskin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createSqlTuningSetpublic CreateSqlTuningSetResponse createSqlTuningSet(CreateSqlTuningSetRequest request) Description copied from interface:SqlTuningCreates an empty Sql tuning set within the Managed Database specified by managedDatabaseId.- Specified by:
- createSqlTuningSetin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
dropSqlTuningSetpublic DropSqlTuningSetResponse dropSqlTuningSet(DropSqlTuningSetRequest request) Description copied from interface:SqlTuningDrops the Sql tuning set specified by sqlTuningSet within the Managed Database specified by managedDatabaseId.- Specified by:
- dropSqlTuningSetin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
dropSqlTuningTaskpublic DropSqlTuningTaskResponse dropSqlTuningTask(DropSqlTuningTaskRequest request) Description copied from interface:SqlTuningDrops a SQL tuning task and its related results from the database.- Specified by:
- dropSqlTuningTaskin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
dropSqlsInSqlTuningSetpublic DropSqlsInSqlTuningSetResponse dropSqlsInSqlTuningSet(DropSqlsInSqlTuningSetRequest request) Description copied from interface:SqlTuningDeletes the Sqls in the specified Sql tuning set that matches the filter criteria provided in the basicFilter.If basicFilter criteria is not provided, then entire Sqls in the Sql tuning set is deleted. - Specified by:
- dropSqlsInSqlTuningSetin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
fetchSqlTuningSetpublic FetchSqlTuningSetResponse fetchSqlTuningSet(FetchSqlTuningSetRequest request) Description copied from interface:SqlTuningFetch the details of Sql statements in the Sql tuning set specified by name, owner and optional filter parameters.- Specified by:
- fetchSqlTuningSetin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getExecutionPlanStatsComparisionpublic GetExecutionPlanStatsComparisionResponse getExecutionPlanStatsComparision(GetExecutionPlanStatsComparisionRequest request) Description copied from interface:SqlTuningRetrieves a comparison of the existing SQL execution plan and a new plan.A SQL tuning task may suggest a new execution plan for a SQL, and this API retrieves the comparison report of the statistics of the two plans. - Specified by:
- getExecutionPlanStatsComparisionin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getSqlExecutionPlanpublic GetSqlExecutionPlanResponse getSqlExecutionPlan(GetSqlExecutionPlanRequest request) Description copied from interface:SqlTuningRetrieves a SQL execution plan for the SQL being tuned.- Specified by:
- getSqlExecutionPlanin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getSqlTuningAdvisorTaskSummaryReportpublic GetSqlTuningAdvisorTaskSummaryReportResponse getSqlTuningAdvisorTaskSummaryReport(GetSqlTuningAdvisorTaskSummaryReportRequest request) Description copied from interface:SqlTuningGets the summary report for the specified SQL Tuning Advisor task.- Specified by:
- getSqlTuningAdvisorTaskSummaryReportin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSqlTuningAdvisorTaskFindingspublic ListSqlTuningAdvisorTaskFindingsResponse listSqlTuningAdvisorTaskFindings(ListSqlTuningAdvisorTaskFindingsRequest request) Description copied from interface:SqlTuningGets an array of the details of the findings that match specific filters.- Specified by:
- listSqlTuningAdvisorTaskFindingsin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSqlTuningAdvisorTaskRecommendationspublic ListSqlTuningAdvisorTaskRecommendationsResponse listSqlTuningAdvisorTaskRecommendations(ListSqlTuningAdvisorTaskRecommendationsRequest request) Description copied from interface:SqlTuningGets the findings and possible actions for a given object in a SQL tuning task.The task ID and object ID are used to retrieve the findings and recommendations. - Specified by:
- listSqlTuningAdvisorTaskRecommendationsin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSqlTuningAdvisorTaskspublic ListSqlTuningAdvisorTasksResponse listSqlTuningAdvisorTasks(ListSqlTuningAdvisorTasksRequest request) Description copied from interface:SqlTuningLists the SQL Tuning Advisor tasks for the specified Managed Database.- Specified by:
- listSqlTuningAdvisorTasksin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSqlTuningSetspublic ListSqlTuningSetsResponse listSqlTuningSets(ListSqlTuningSetsRequest request) Description copied from interface:SqlTuningLists the SQL tuning sets for the specified Managed Database.- Specified by:
- listSqlTuningSetsin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
loadSqlTuningSetpublic LoadSqlTuningSetResponse loadSqlTuningSet(LoadSqlTuningSetRequest request) Description copied from interface:SqlTuningLoad Sql statements into the Sql tuning set specified by name and optional filter parameters within the Managed Database specified by managedDatabaseId.- Specified by:
- loadSqlTuningSetin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
saveSqlTuningSetAspublic SaveSqlTuningSetAsResponse saveSqlTuningSetAs(SaveSqlTuningSetAsRequest request) Description copied from interface:SqlTuningSaves the specified list of Sqls statements into another new Sql tuning set or loads into an existing Sql tuning set’.- Specified by:
- saveSqlTuningSetAsin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
startSqlTuningTaskpublic StartSqlTuningTaskResponse startSqlTuningTask(StartSqlTuningTaskRequest request) Description copied from interface:SqlTuningStarts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.- Specified by:
- startSqlTuningTaskin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
validateBasicFilterpublic ValidateBasicFilterResponse validateBasicFilter(ValidateBasicFilterRequest request) Description copied from interface:SqlTuningExecutes a SQL query to check whether user entered basic filter criteria is valid or not.- Specified by:
- validateBasicFilterin interface- SqlTuning
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPaginatorspublic SqlTuningPaginators getPaginators() Description copied from interface:SqlTuningGets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Specified by:
- getPaginatorsin interface- SqlTuning
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-