Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.ConfigureShardingRequest
-
Packages that use ConfigureShardingRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of ConfigureShardingRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type ConfigureShardingRequest Modifier and Type Method Description ConfigureShardingResponse
ShardedDatabaseService. configureSharding(ConfigureShardingRequest request)
Once all components of sharded database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the sharded database.Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsync. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
Once all components of sharded database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the sharded database.Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsyncClient. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
ConfigureShardingResponse
ShardedDatabaseServiceClient. configureSharding(ConfigureShardingRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type ConfigureShardingRequest Modifier and Type Method Description Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsync. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
Once all components of sharded database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the sharded database.Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsyncClient. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
-
Uses of ConfigureShardingRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return ConfigureShardingRequest Modifier and Type Method Description ConfigureShardingRequest
ConfigureShardingRequest.Builder. build()
Build the instance of ConfigureShardingRequest as configured by this builderConfigureShardingRequest
ConfigureShardingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ConfigureShardingRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type ConfigureShardingRequest Modifier and Type Method Description ConfigureShardingRequest.Builder
ConfigureShardingRequest.Builder. copy(ConfigureShardingRequest o)
Copy method to populate the builder with values from the given instance.
-