Uses of Class
com.oracle.bmc.bds.requests.RestartNodeRequest
-
Packages that use RestartNodeRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of RestartNodeRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type RestartNodeRequest Modifier and Type Method Description RestartNodeResponse
Bds. restartNode(RestartNodeRequest request)
Restarts a single node of a Big Data Service clusterFuture<RestartNodeResponse>
BdsAsync. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
Restarts a single node of a Big Data Service clusterFuture<RestartNodeResponse>
BdsAsyncClient. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
RestartNodeResponse
BdsClient. restartNode(RestartNodeRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type RestartNodeRequest Modifier and Type Method Description Future<RestartNodeResponse>
BdsAsync. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
Restarts a single node of a Big Data Service clusterFuture<RestartNodeResponse>
BdsAsyncClient. restartNode(RestartNodeRequest request, AsyncHandler<RestartNodeRequest,RestartNodeResponse> handler)
-
Uses of RestartNodeRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return RestartNodeRequest Modifier and Type Method Description RestartNodeRequest
RestartNodeRequest.Builder. build()
Build the instance of RestartNodeRequest as configured by this builderRestartNodeRequest
RestartNodeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestartNodeRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type RestartNodeRequest Modifier and Type Method Description RestartNodeRequest.Builder
RestartNodeRequest.Builder. copy(RestartNodeRequest o)
Copy method to populate the builder with values from the given instance.
-