Uses of Class
com.oracle.bmc.redis.requests.SwitchoverRequest
-
Packages that use SwitchoverRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of SwitchoverRequest in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type SwitchoverRequest Modifier and Type Method Description SwitchoverResponseRedisCluster. switchover(SwitchoverRequest request)Switchover the roles between a secondary cluster and its primary cluster, making the secondary cluster the new primary and the original primary its secondary.Future<SwitchoverResponse>RedisClusterAsync. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler)Switchover the roles between a secondary cluster and its primary cluster, making the secondary cluster the new primary and the original primary its secondary.Future<SwitchoverResponse>RedisClusterAsyncClient. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler)SwitchoverResponseRedisClusterClient. switchover(SwitchoverRequest request)Method parameters in com.oracle.bmc.redis with type arguments of type SwitchoverRequest Modifier and Type Method Description Future<SwitchoverResponse>RedisClusterAsync. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler)Switchover the roles between a secondary cluster and its primary cluster, making the secondary cluster the new primary and the original primary its secondary.Future<SwitchoverResponse>RedisClusterAsyncClient. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler) -
Uses of SwitchoverRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return SwitchoverRequest Modifier and Type Method Description SwitchoverRequestSwitchoverRequest.Builder. build()Build the instance of SwitchoverRequest as configured by this builderSwitchoverRequestSwitchoverRequest.Builder. buildWithoutInvocationCallback()Build the instance of SwitchoverRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type SwitchoverRequest Modifier and Type Method Description SwitchoverRequest.BuilderSwitchoverRequest.Builder. copy(SwitchoverRequest o)Copy method to populate the builder with values from the given instance.
-