Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
List<NodeFile> |
FileOperations.listFilesFromComputeNode(String poolId,
String nodeId)
Lists files on the specified compute node.
|
List<NodeFile> |
FileOperations.listFilesFromComputeNode(String poolId,
String nodeId,
Boolean recursive,
DetailLevel detailLevel)
Lists files on the specified compute node.
|
List<NodeFile> |
FileOperations.listFilesFromComputeNode(String poolId,
String nodeId,
Boolean recursive,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists files on the specified compute node.
|
List<NodeFile> |
FileOperations.listFilesFromTask(String jobId,
String taskId)
Lists the files in the specified task's directory on its compute node.
|
List<NodeFile> |
FileOperations.listFilesFromTask(String jobId,
String taskId,
Boolean recursive,
DetailLevel detailLevel)
Lists the files in the specified task's directory on its compute node.
|
List<NodeFile> |
FileOperations.listFilesFromTask(String jobId,
String taskId,
Boolean recursive,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the files in the specified task's directory on its compute node.
|
Modifier and Type | Method and Description |
---|---|
PagedList<NodeFile> |
Files.listFromComputeNode(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
Files.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>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.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>> |
Files.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>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
Files.listFromComputeNodeNext(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
Files.listFromComputeNodeNext(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.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>> |
Files.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>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeNextWithServiceResponseAsync(String nextPageLink,
FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId)
Lists all of the files in task directories on the specified compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromComputeNodeHeaders>> |
Files.listFromComputeNodeWithServiceResponseAsync(String poolId,
String nodeId,
Boolean recursive,
FileListFromComputeNodeOptions fileListFromComputeNodeOptions)
Lists all of the files in task directories on the specified compute node.
|
PagedList<NodeFile> |
Files.listFromTask(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
Files.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>> |
Files.listFromTaskAsync(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.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>> |
Files.listFromTaskAsync(String jobId,
String taskId,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
Files.listFromTaskNext(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
PagedList<NodeFile> |
Files.listFromTaskNext(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
rx.Observable<Page<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.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>> |
Files.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>> |
Files.listFromTaskNextWithServiceResponseAsync(String nextPageLink)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskNextWithServiceResponseAsync(String nextPageLink,
FileListFromTaskNextOptions fileListFromTaskNextOptions)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskWithServiceResponseAsync(String jobId,
String taskId)
Lists the files in a task's directory on its compute node.
|
rx.Observable<ServiceResponseWithHeaders<Page<NodeFile>,FileListFromTaskHeaders>> |
Files.listFromTaskWithServiceResponseAsync(String jobId,
String taskId,
Boolean recursive,
FileListFromTaskOptions fileListFromTaskOptions)
Lists the files in a task's directory on its compute node.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<List<NodeFile>> |
Files.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>> |
Files.listFromComputeNodeAsync(String poolId,
String nodeId,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.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>> |
Files.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>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromComputeNodeNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists all of the files in task directories on the specified compute node.
|
ServiceFuture<List<NodeFile>> |
Files.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>> |
Files.listFromTaskAsync(String jobId,
String taskId,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.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>> |
Files.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>> |
Files.listFromTaskNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
ServiceFuture<List<NodeFile>> |
Files.listFromTaskNextAsync(String nextPageLink,
ServiceFuture<List<NodeFile>> serviceFuture,
ListOperationCallback<NodeFile> serviceCallback)
Lists the files in a task's directory on its compute node.
|
Modifier and Type | Method and Description |
---|---|
NodeFile |
NodeFile.withIsDirectory(Boolean isDirectory)
Set the isDirectory value.
|
NodeFile |
NodeFile.withName(String name)
Set the name value.
|
NodeFile |
NodeFile.withProperties(FileProperties properties)
Set the properties value.
|
NodeFile |
NodeFile.withUrl(String url)
Set the url value.
|
Copyright © 2019. All rights reserved.