Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ServicesResourceApi.hdfsEnableAutoFailoverCommand(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body)
Enable auto-failover for an HDFS nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableAutoFailoverCommandAsync(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body,
ApiCallback<ApiCommand> callback)
Enable auto-failover for an HDFS nameservice.
|
com.squareup.okhttp.Call |
ServicesResourceApi.hdfsEnableAutoFailoverCommandCall(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for hdfsEnableAutoFailoverCommand
|
ApiResponse<ApiCommand> |
ServicesResourceApi.hdfsEnableAutoFailoverCommandWithHttpInfo(String clusterName,
String serviceName,
ApiHdfsFailoverArguments body)
Enable auto-failover for an HDFS nameservice.
|
Modifier and Type | Method and Description |
---|---|
ApiHdfsFailoverArguments |
ApiHdfsFailoverArguments.activeFCName(String activeFCName) |
ApiHdfsFailoverArguments |
ApiHdfsFailoverArguments.nameservice(String nameservice) |
ApiHdfsFailoverArguments |
ApiHdfsFailoverArguments.standByFCName(String standByFCName) |
ApiHdfsFailoverArguments |
ApiHdfsFailoverArguments.zooKeeperService(ApiServiceRef zooKeeperService) |
Copyright © 2019. All rights reserved.