Files.listFromComputeNodeNext 方法
定义
重载
listFromComputeNodeNext(final String nextPageLink) |
Lists all of the files in task directories on the specified compute node.
|
listFromComputeNodeNext(final String nextPageLink, final FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions) |
Lists all of the files in task directories on the specified compute node.
|
listFromComputeNodeNext(final String nextPageLink)
Lists all of the files in task directories on the specified compute node.
public PagedList<NodeFile> listFromComputeNodeNext(final String nextPageLink)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
返回
the PagedList<NodeFile> object if successful.
例外
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent
listFromComputeNodeNext(final String nextPageLink, final FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
Lists all of the files in task directories on the specified compute node.
public PagedList<NodeFile> listFromComputeNodeNext(final String nextPageLink, final FileListFromComputeNodeNextOptions fileListFromComputeNodeNextOptions)
参数
- nextPageLink
- final String
The NextLink from the previous successful call to List operation.
- fileListFromComputeNodeNextOptions
- final FileListFromComputeNodeNextOptions
Additional parameters for the operation
返回
the PagedList<NodeFile> object if successful.
例外
thrown if parameters fail the validation
thrown if the request is rejected by server
all other wrapped checked exceptions if the request fails to be sent