Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ServicesResourceApi.hdfsDisableNnHaCommand(String clusterName,
String serviceName,
ApiDisableNnHaArguments body)
Disable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableNnHaCommandAsync(String clusterName,
String serviceName,
ApiDisableNnHaArguments body,
ApiCallback<ApiCommand> callback)
Disable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsDisableNnHaCommandCall(String clusterName,
String serviceName,
ApiDisableNnHaArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsDisableNnHaCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsDisableNnHaCommandWithHttpInfo(String clusterName,
String serviceName,
ApiDisableNnHaArguments body)
Disable High Availability (HA) with Automatic Failover for an HDFS NameNode.
|
Modifier and Type | Method and Description |
---|---|
ApiDisableNnHaArguments |
ApiDisableNnHaArguments.activeNnName(String activeNnName) |
ApiDisableNnHaArguments |
ApiDisableNnHaArguments.addSnnCheckpointDirListItem(String snnCheckpointDirListItem) |
ApiDisableNnHaArguments |
ApiDisableNnHaArguments.snnCheckpointDirList(List<String> snnCheckpointDirList) |
ApiDisableNnHaArguments |
ApiDisableNnHaArguments.snnHostId(String snnHostId) |
ApiDisableNnHaArguments |
ApiDisableNnHaArguments.snnName(String snnName) |
Copyright © 2019. All rights reserved.