public interface Files
Modifier and Type | Method and Description |
---|---|
void |
deleteFromComputeNode(String poolId,
String nodeId,
String filePath)
Deletes the specified file from the compute node.
|
void |
deleteFromComputeNode(String poolId,
String nodeId,
String filePath,
Boolean recursive,
FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
Deletes the specified file from the compute node.
|
rx.Observable<Void> |
deleteFromComputeNodeAsync(String poolId,
String nodeId,
String filePath)
Deletes the specified file from the compute node.
|
rx.Observable<Void> |
deleteFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
Boolean recursive,
FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
Deletes the specified file from the compute node.
|
ServiceFuture<Void> |
deleteFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
Boolean recursive,
FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions,
ServiceCallback<Void> serviceCallback)
Deletes the specified file from the compute node.
|
ServiceFuture<Void> |
deleteFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
ServiceCallback<Void> serviceCallback)
Deletes the specified file from the compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromComputeNodeHeaders>> |
deleteFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Deletes the specified file from the compute node.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromComputeNodeHeaders>> |
deleteFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
Boolean recursive,
FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
Deletes the specified file from the compute node.
|
void |
deleteFromTask(String jobId,
String taskId,
String filePath)
Deletes the specified task file from the compute node where the task ran.
|
void |
deleteFromTask(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<Void> |
deleteFromTaskAsync(String jobId,
String taskId,
String filePath)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<Void> |
deleteFromTaskAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
Deletes the specified task file from the compute node where the task ran.
|
ServiceFuture<Void> |
deleteFromTaskAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions,
ServiceCallback<Void> serviceCallback)
Deletes the specified task file from the compute node where the task ran.
|
ServiceFuture<Void> |
deleteFromTaskAsync(String jobId,
String taskId,
String filePath,
ServiceCallback<Void> serviceCallback)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromTaskHeaders>> |
deleteFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath)
Deletes the specified task file from the compute node where the task ran.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromTaskHeaders>> |
deleteFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
Boolean recursive,
FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
Deletes the specified task file from the compute node where the task ran.
|
void |
getFromComputeNode(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions,
OutputStream outputStream)
Returns the content of the specified compute node file.
|
void |
getFromComputeNode(String poolId,
String nodeId,
String filePath,
OutputStream outputStream)
Returns the content of the specified compute node file.
|
rx.Observable<InputStream> |
getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath)
Returns the content of the specified compute node file.
|
rx.Observable<InputStream> |
getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions)
Returns the content of the specified compute node file.
|
ServiceFuture<InputStream> |
getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified compute node file.
|
ServiceFuture<InputStream> |
getFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromComputeNodeHeaders>> |
getFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Returns the content of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromComputeNodeHeaders>> |
getFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions)
Returns the content of the specified compute node file.
|
void |
getFromTask(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions,
OutputStream outputStream)
Returns the content of the specified task file.
|
void |
getFromTask(String jobId,
String taskId,
String filePath,
OutputStream outputStream)
Returns the content of the specified task file.
|
rx.Observable<InputStream> |
getFromTaskAsync(String jobId,
String taskId,
String filePath)
Returns the content of the specified task file.
|
rx.Observable<InputStream> |
getFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions)
Returns the content of the specified task file.
|
ServiceFuture<InputStream> |
getFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified task file.
|
ServiceFuture<InputStream> |
getFromTaskAsync(String jobId,
String taskId,
String filePath,
ServiceCallback<InputStream> serviceCallback)
Returns the content of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromTaskHeaders>> |
getFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath)
Returns the content of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromTaskHeaders>> |
getFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
FileGetFromTaskOptions fileGetFromTaskOptions)
Returns the content of the specified task file.
|
void |
getPropertiesFromComputeNode(String poolId,
String nodeId,
String filePath)
Gets the properties of the specified compute node file.
|
void |
getPropertiesFromComputeNode(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
Gets the properties of the specified compute node file.
|
rx.Observable<Void> |
getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath)
Gets the properties of the specified compute node file.
|
rx.Observable<Void> |
getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
Gets the properties of the specified compute node file.
|
ServiceFuture<Void> |
getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified compute node file.
|
ServiceFuture<Void> |
getPropertiesFromComputeNodeAsync(String poolId,
String nodeId,
String filePath,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromComputeNodeHeaders>> |
getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath)
Gets the properties of the specified compute node file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromComputeNodeHeaders>> |
getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
String filePath,
FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
Gets the properties of the specified compute node file.
|
void |
getPropertiesFromTask(String jobId,
String taskId,
String filePath)
Gets the properties of the specified task file.
|
void |
getPropertiesFromTask(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
Gets the properties of the specified task file.
|
rx.Observable<Void> |
getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath)
Gets the properties of the specified task file.
|
rx.Observable<Void> |
getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
Gets the properties of the specified task file.
|
ServiceFuture<Void> |
getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified task file.
|
ServiceFuture<Void> |
getPropertiesFromTaskAsync(String jobId,
String taskId,
String filePath,
ServiceCallback<Void> serviceCallback)
Gets the properties of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromTaskHeaders>> |
getPropertiesFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath)
Gets the properties of the specified task file.
|
rx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromTaskHeaders>> |
getPropertiesFromTaskWithServiceResponseAsync(String jobId,
String taskId,
String filePath,
FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
Gets the properties of the specified task file.
|
PagedList<NodeFile> |
listFromComputeNode(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
listFromComputeNode(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
listFromComputeNodeAsync(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
listFromComputeNodeAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
listFromComputeNodeAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
listFromComputeNodeAsync(String poolId,
String nodeId,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
listFromComputeNodeNext(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
listFromComputeNodeNext(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
listFromComputeNodeNextAsync(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
listFromComputeNodeNextAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
listFromComputeNodeNextAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
listFromComputeNodeNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
listFromTask(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
listFromTask(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
listFromTaskAsync(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
listFromTaskAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
listFromTaskAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
listFromTaskAsync(String jobId,
String taskId,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
listFromTaskNext(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
listFromTaskNext(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
listFromTaskNextAsync(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
listFromTaskNextAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
listFromTaskNextAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
listFromTaskNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
listFromTaskNextWithServiceResponseAsync(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
listFromTaskNextWithServiceResponseAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
listFromTaskWithServiceResponseAsync(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
listFromTaskWithServiceResponseAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
void deleteFromTask(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteFromTaskAsync(String jobId, String taskId, String filePath, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteFromTaskAsync(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromTaskHeaders>> deleteFromTaskWithServiceResponseAsync(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid deleteFromTask(String jobId, String taskId, String filePath, Boolean recursive, FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromTaskOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteFromTaskAsync(String jobId, String taskId, String filePath, Boolean recursive, FileDeleteFromTaskOptions fileDeleteFromTaskOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromTaskOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteFromTaskAsync(String jobId, String taskId, String filePath, Boolean recursive, FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromTaskOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromTaskHeaders>> deleteFromTaskWithServiceResponseAsync(String jobId, String taskId, String filePath, Boolean recursive, FileDeleteFromTaskOptions fileDeleteFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to delete.filePath
- The path to the task file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromTaskOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid getFromTask(String jobId, String taskId, String filePath, OutputStream outputStream)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.outputStream
- The OutputStream object which data will be written to if successful.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<InputStream> getFromTaskAsync(String jobId, String taskId, String filePath, ServiceCallback<InputStream> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<InputStream> getFromTaskAsync(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromTaskHeaders>> getFromTaskWithServiceResponseAsync(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.IllegalArgumentException
- thrown if parameters fail the validationvoid getFromTask(String jobId, String taskId, String filePath, FileGetFromTaskOptions fileGetFromTaskOptions, OutputStream outputStream)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.fileGetFromTaskOptions
- Additional parameters for the operationoutputStream
- The OutputStream object which data will be written to if successful.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<InputStream> getFromTaskAsync(String jobId, String taskId, String filePath, FileGetFromTaskOptions fileGetFromTaskOptions, ServiceCallback<InputStream> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.fileGetFromTaskOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<InputStream> getFromTaskAsync(String jobId, String taskId, String filePath, FileGetFromTaskOptions fileGetFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.fileGetFromTaskOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromTaskHeaders>> getFromTaskWithServiceResponseAsync(String jobId, String taskId, String filePath, FileGetFromTaskOptions fileGetFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to retrieve.filePath
- The path to the task file that you want to get the content of.fileGetFromTaskOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationvoid getPropertiesFromTask(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> getPropertiesFromTaskAsync(String jobId, String taskId, String filePath, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> getPropertiesFromTaskAsync(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromTaskHeaders>> getPropertiesFromTaskWithServiceResponseAsync(String jobId, String taskId, String filePath)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid getPropertiesFromTask(String jobId, String taskId, String filePath, FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.fileGetPropertiesFromTaskOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> getPropertiesFromTaskAsync(String jobId, String taskId, String filePath, FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.fileGetPropertiesFromTaskOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> getPropertiesFromTaskAsync(String jobId, String taskId, String filePath, FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.fileGetPropertiesFromTaskOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromTaskHeaders>> getPropertiesFromTaskWithServiceResponseAsync(String jobId, String taskId, String filePath, FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose file you want to get the properties of.filePath
- The path to the task file that you want to get the properties of.fileGetPropertiesFromTaskOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid deleteFromComputeNode(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteFromComputeNodeAsync(String poolId, String nodeId, String filePath, ServiceCallback<Void> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteFromComputeNodeAsync(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromComputeNodeHeaders>> deleteFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid deleteFromComputeNode(String poolId, String nodeId, String filePath, Boolean recursive, FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromComputeNodeOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteFromComputeNodeAsync(String poolId, String nodeId, String filePath, Boolean recursive, FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions, ServiceCallback<Void> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromComputeNodeOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteFromComputeNodeAsync(String poolId, String nodeId, String filePath, Boolean recursive, FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromComputeNodeOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileDeleteFromComputeNodeHeaders>> deleteFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId, String filePath, Boolean recursive, FileDeleteFromComputeNodeOptions fileDeleteFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node from which you want to delete the file.filePath
- The path to the file or directory that you want to delete.recursive
- Whether to delete children of a directory. If the filePath parameter represents a directory instead of a file, you can set recursive to true to delete the directory and all of the files and subdirectories in it. If recursive is false then the directory must be empty or deletion will fail.fileDeleteFromComputeNodeOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid getFromComputeNode(String poolId, String nodeId, String filePath, OutputStream outputStream)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.outputStream
- The OutputStream object which data will be written to if successful.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<InputStream> getFromComputeNodeAsync(String poolId, String nodeId, String filePath, ServiceCallback<InputStream> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<InputStream> getFromComputeNodeAsync(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromComputeNodeHeaders>> getFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.IllegalArgumentException
- thrown if parameters fail the validationvoid getFromComputeNode(String poolId, String nodeId, String filePath, FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions, OutputStream outputStream)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.fileGetFromComputeNodeOptions
- Additional parameters for the operationoutputStream
- The OutputStream object which data will be written to if successful.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<InputStream> getFromComputeNodeAsync(String poolId, String nodeId, String filePath, FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions, ServiceCallback<InputStream> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.fileGetFromComputeNodeOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<InputStream> getFromComputeNodeAsync(String poolId, String nodeId, String filePath, FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.fileGetFromComputeNodeOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<InputStream,FileGetFromComputeNodeHeaders>> getFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId, String filePath, FileGetFromComputeNodeOptions fileGetFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the content of.fileGetFromComputeNodeOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationvoid getPropertiesFromComputeNode(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> getPropertiesFromComputeNodeAsync(String poolId, String nodeId, String filePath, ServiceCallback<Void> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> getPropertiesFromComputeNodeAsync(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromComputeNodeHeaders>> getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId, String filePath)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid getPropertiesFromComputeNode(String poolId, String nodeId, String filePath, FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.fileGetPropertiesFromComputeNodeOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> getPropertiesFromComputeNodeAsync(String poolId, String nodeId, String filePath, FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions, ServiceCallback<Void> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.fileGetPropertiesFromComputeNodeOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> getPropertiesFromComputeNodeAsync(String poolId, String nodeId, String filePath, FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.fileGetPropertiesFromComputeNodeOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,FileGetPropertiesFromComputeNodeHeaders>> getPropertiesFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId, String filePath, FileGetPropertiesFromComputeNodeOptions fileGetPropertiesFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node that contains the file.filePath
- The path to the compute node file that you want to get the properties of.fileGetPropertiesFromComputeNodeOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromTask(String jobId, String taskId)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromTaskAsync(String jobId, String taskId, ListOperationCallback<NodeFile> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromTaskAsync(String jobId, String taskId)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> listFromTaskWithServiceResponseAsync(String jobId, String taskId)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.IllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromTask(String jobId, String taskId, Boolean recursive, FileListFromTaskOptions fileListFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.recursive
- Whether to list children of the task directory. This parameter can be used in combination with the filter parameter to list specific type of files.fileListFromTaskOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromTaskAsync(String jobId, String taskId, Boolean recursive, FileListFromTaskOptions fileListFromTaskOptions, ListOperationCallback<NodeFile> serviceCallback)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.recursive
- Whether to list children of the task directory. This parameter can be used in combination with the filter parameter to list specific type of files.fileListFromTaskOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromTaskAsync(String jobId, String taskId, Boolean recursive, FileListFromTaskOptions fileListFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.recursive
- Whether to list children of the task directory. This parameter can be used in combination with the filter parameter to list specific type of files.fileListFromTaskOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> listFromTaskWithServiceResponseAsync(String jobId, String taskId, Boolean recursive, FileListFromTaskOptions fileListFromTaskOptions)
jobId
- The ID of the job that contains the task.taskId
- The ID of the task whose files you want to list.recursive
- Whether to list children of the task directory. This parameter can be used in combination with the filter parameter to list specific type of files.fileListFromTaskOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromComputeNode(String poolId, String nodeId)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromComputeNodeAsync(String poolId, String nodeId, ListOperationCallback<NodeFile> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromComputeNodeAsync(String poolId, String nodeId)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> listFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.IllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromComputeNode(String poolId, String nodeId, Boolean recursive, FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.recursive
- Whether to list children of a directory.fileListFromComputeNodeOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromComputeNodeAsync(String poolId, String nodeId, Boolean recursive, FileListFromComputeNodeOptions fileListFromComputeNodeOptions, ListOperationCallback<NodeFile> serviceCallback)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.recursive
- Whether to list children of a directory.fileListFromComputeNodeOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromComputeNodeAsync(String poolId, String nodeId, Boolean recursive, FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.recursive
- Whether to list children of a directory.fileListFromComputeNodeOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> listFromComputeNodeWithServiceResponseAsync(String poolId, String nodeId, Boolean recursive, FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
poolId
- The ID of the pool that contains the compute node.nodeId
- The ID of the compute node whose files you want to list.recursive
- Whether to list children of a directory.fileListFromComputeNodeOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromTaskNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromTaskNextAsync(String nextPageLink, ServiceFuture<List<NodeFile>> serviceFuture, ListOperationCallback<NodeFile> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromTaskNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> listFromTaskNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromTaskNext(String nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromTaskNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromTaskNextAsync(String nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions, ServiceFuture<List<NodeFile>> serviceFuture, ListOperationCallback<NodeFile> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromTaskNextOptions
- Additional parameters for the operationserviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromTaskNextAsync(String nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromTaskNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> listFromTaskNextWithServiceResponseAsync(String nextPageLink, FileListFromTaskNextOptions fileListFromTaskNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromTaskNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromComputeNodeNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromComputeNodeNextAsync(String nextPageLink, ServiceFuture<List<NodeFile>> serviceFuture, ListOperationCallback<NodeFile> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromComputeNodeNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<NodeFile> listFromComputeNodeNext(String nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromComputeNodeNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<NodeFile>> listFromComputeNodeNextAsync(String nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions, ServiceFuture<List<NodeFile>> serviceFuture, ListOperationCallback<NodeFile> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromComputeNodeNextOptions
- Additional parameters for the operationserviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<NodeFile>> listFromComputeNodeNextAsync(String nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromComputeNodeNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink, FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.fileListFromComputeNodeNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.