public class MgmtRoleCommandsResourceApi extends Object
Constructor and Description |
---|
MgmtRoleCommandsResourceApi() |
MgmtRoleCommandsResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ApiBulkCommandList |
jmapDump(ApiRoleNameList body)
Run the jmapDump diagnostic command.
|
com.squareup.okhttp.Call |
jmapDumpAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jmapDump diagnostic command.
|
com.squareup.okhttp.Call |
jmapDumpCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jmapDump
|
ApiResponse<ApiBulkCommandList> |
jmapDumpWithHttpInfo(ApiRoleNameList body)
Run the jmapDump diagnostic command.
|
ApiBulkCommandList |
jmapHisto(ApiRoleNameList body)
Run the jmapHisto diagnostic command.
|
com.squareup.okhttp.Call |
jmapHistoAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jmapHisto diagnostic command.
|
com.squareup.okhttp.Call |
jmapHistoCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jmapHisto
|
ApiResponse<ApiBulkCommandList> |
jmapHistoWithHttpInfo(ApiRoleNameList body)
Run the jmapHisto diagnostic command.
|
ApiBulkCommandList |
jstack(ApiRoleNameList body)
Run the jstack diagnostic command.
|
com.squareup.okhttp.Call |
jstackAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the jstack diagnostic command.
|
com.squareup.okhttp.Call |
jstackCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for jstack
|
ApiResponse<ApiBulkCommandList> |
jstackWithHttpInfo(ApiRoleNameList body)
Run the jstack diagnostic command.
|
ApiBulkCommandList |
lsof(ApiRoleNameList body)
Run the lsof diagnostic command.
|
com.squareup.okhttp.Call |
lsofAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Run the lsof diagnostic command.
|
com.squareup.okhttp.Call |
lsofCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for lsof
|
ApiResponse<ApiBulkCommandList> |
lsofWithHttpInfo(ApiRoleNameList body)
Run the lsof diagnostic command.
|
ApiBulkCommandList |
restartCommand(ApiRoleNameList body)
Restart a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
restartCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Restart a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
restartCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
ApiResponse<ApiBulkCommandList> |
restartCommandWithHttpInfo(ApiRoleNameList body)
Restart a set of Cloudera Management Services roles.
|
void |
setApiClient(ApiClient apiClient) |
ApiBulkCommandList |
startCommand(ApiRoleNameList body)
Start a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
startCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Start a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
startCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
ApiResponse<ApiBulkCommandList> |
startCommandWithHttpInfo(ApiRoleNameList body)
Start a set of Cloudera Management Services roles.
|
ApiBulkCommandList |
stopCommand(ApiRoleNameList body)
Stop a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
stopCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Stop a set of Cloudera Management Services roles.
|
com.squareup.okhttp.Call |
stopCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
ApiResponse<ApiBulkCommandList> |
stopCommandWithHttpInfo(ApiRoleNameList body)
Stop a set of Cloudera Management Services roles.
|
public MgmtRoleCommandsResourceApi()
public MgmtRoleCommandsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call jmapDumpCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to jmap. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList jmapDump(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> jmapDumpWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call jmapDumpAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to jmap. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call jmapHistoCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to jmap. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList jmapHisto(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> jmapHistoWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call jmapHistoAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to jmap. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call jstackCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to jstack. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList jstack(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jstack. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> jstackWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jstack. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call jstackAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to jstack. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call lsofCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to lsof. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList lsof(ApiRoleNameList body) throws ApiException
body
- the names of the roles to lsof. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> lsofWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to lsof. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call lsofAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to lsof. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call restartCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to restart. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList restartCommand(ApiRoleNameList body) throws ApiException
body
- The roles to restart. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> restartCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to restart. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call restartCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to restart. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to start. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList startCommand(ApiRoleNameList body) throws ApiException
body
- The roles to start. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> startCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to start. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to start. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call stopCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to stop. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList stopCommand(ApiRoleNameList body) throws ApiException
body
- The roles to stop. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> stopCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to stop. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call stopCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to stop. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.