Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
AddMasterNodesResponse |
BdsClient.addMasterNodes(AddMasterNodesRequest request) |
AddMasterNodesResponse |
Bds.addMasterNodes(AddMasterNodesRequest request)
Increases the size (scales out) of a cluster by adding master nodes.
|
Future<AddMasterNodesResponse> |
BdsAsyncClient.addMasterNodes(AddMasterNodesRequest request,
AsyncHandler<AddMasterNodesRequest,AddMasterNodesResponse> handler) |
Future<AddMasterNodesResponse> |
BdsAsync.addMasterNodes(AddMasterNodesRequest request,
AsyncHandler<AddMasterNodesRequest,AddMasterNodesResponse> handler)
Increases the size (scales out) of a cluster by adding master nodes.
|
Modifier and Type | Method and Description |
---|---|
Future<AddMasterNodesResponse> |
BdsAsyncClient.addMasterNodes(AddMasterNodesRequest request,
AsyncHandler<AddMasterNodesRequest,AddMasterNodesResponse> handler) |
Future<AddMasterNodesResponse> |
BdsAsync.addMasterNodes(AddMasterNodesRequest request,
AsyncHandler<AddMasterNodesRequest,AddMasterNodesResponse> handler)
Increases the size (scales out) of a cluster by adding master nodes.
|
Modifier and Type | Method and Description |
---|---|
AddMasterNodesRequest |
AddMasterNodesRequest.Builder.build()
Build the instance of AddMasterNodesRequest as configured by this builder
|
AddMasterNodesRequest |
AddMasterNodesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of AddMasterNodesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
AddMasterNodesRequest.Builder |
AddMasterNodesRequest.Builder.copy(AddMasterNodesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.