Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
DeleteHdfsPathResult |
ServicesResourceApi.deleteHdfsPath(String clusterName,
String serviceName,
String path,
Boolean recursive)
Deletes the file or directory, specified by the given path, on the given HDFS service.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DeleteHdfsPathResult> |
ServicesResourceApi.deleteHdfsPathWithHttpInfo(String clusterName,
String serviceName,
String path,
Boolean recursive)
Deletes the file or directory, specified by the given path, on the given HDFS service.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteHdfsPathAsync(String clusterName,
String serviceName,
String path,
Boolean recursive,
ApiCallback<DeleteHdfsPathResult> callback)
Deletes the file or directory, specified by the given path, on the given HDFS service.
|
Modifier and Type | Method and Description |
---|---|
static DeleteHdfsPathResult |
DeleteHdfsPathResult.fromValue(String text) |
DeleteHdfsPathResult |
DeleteHdfsPathResult.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DeleteHdfsPathResult |
DeleteHdfsPathResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteHdfsPathResult[] |
DeleteHdfsPathResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteHdfsPathResult.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DeleteHdfsPathResult enumeration) |
Copyright © 2022. All rights reserved.