Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiWatchedDir |
WatchedDirResourceApi.addWatchedDirectory(String clusterName,
String serviceName,
ApiWatchedDir body)
Adds a directory to the watching list.
|
ApiWatchedDir |
WatchedDirResourceApi.removeWatchedDirectory(String clusterName,
String directoryPath,
String serviceName)
Removes a directory from the watching list.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiWatchedDir> |
WatchedDirResourceApi.addWatchedDirectoryWithHttpInfo(String clusterName,
String serviceName,
ApiWatchedDir body)
Adds a directory to the watching list.
|
ApiResponse<ApiWatchedDir> |
WatchedDirResourceApi.removeWatchedDirectoryWithHttpInfo(String clusterName,
String directoryPath,
String serviceName)
Removes a directory from the watching list.
|
Modifier and Type | Method and Description |
---|---|
ApiWatchedDir |
WatchedDirResourceApi.addWatchedDirectory(String clusterName,
String serviceName,
ApiWatchedDir body)
Adds a directory to the watching list.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.addWatchedDirectoryAsync(String clusterName,
String serviceName,
ApiWatchedDir body,
ApiCallback<ApiWatchedDir> callback)
Adds a directory to the watching list.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.addWatchedDirectoryCall(String clusterName,
String serviceName,
ApiWatchedDir body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addWatchedDirectory
|
ApiResponse<ApiWatchedDir> |
WatchedDirResourceApi.addWatchedDirectoryWithHttpInfo(String clusterName,
String serviceName,
ApiWatchedDir body)
Adds a directory to the watching list.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
WatchedDirResourceApi.addWatchedDirectoryAsync(String clusterName,
String serviceName,
ApiWatchedDir body,
ApiCallback<ApiWatchedDir> callback)
Adds a directory to the watching list.
|
com.squareup.okhttp.Call |
WatchedDirResourceApi.removeWatchedDirectoryAsync(String clusterName,
String directoryPath,
String serviceName,
ApiCallback<ApiWatchedDir> callback)
Removes a directory from the watching list.
|
Modifier and Type | Method and Description |
---|---|
ApiWatchedDir |
ApiWatchedDir.path(String path) |
Modifier and Type | Method and Description |
---|---|
List<ApiWatchedDir> |
ApiWatchedDirList.getItems() |
Modifier and Type | Method and Description |
---|---|
ApiWatchedDirList |
ApiWatchedDirList.addItemsItem(ApiWatchedDir itemsItem) |
Modifier and Type | Method and Description |
---|---|
ApiWatchedDirList |
ApiWatchedDirList.items(List<ApiWatchedDir> items) |
void |
ApiWatchedDirList.setItems(List<ApiWatchedDir> items) |
Copyright © 2019. All rights reserved.