public class DoraLoadJob.DoraLoadTask extends Task<LoadFileResponse>
Task.TaskStat
Modifier and Type | Field and Description |
---|---|
protected List<UfsStatus> |
mFilesToLoad |
Constructor and Description |
---|
DoraLoadTask()
Constructor.
|
DoraLoadTask(List<UfsStatus> filesToLoad)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<UfsStatus> |
getFilesToLoad()
Get files to load of this task.
|
protected com.google.common.util.concurrent.ListenableFuture<LoadFileResponse> |
run(BlockWorkerClient workerClient)
run the task.
|
String |
toString() |
compareTo, equals, execute, getJob, getMyRunningWorker, getPriority, getResponseFuture, getTaskId, getTaskStat, hashCode, setJob, setMyRunningWorker, setPriority
public List<UfsStatus> getFilesToLoad()
protected com.google.common.util.concurrent.ListenableFuture<LoadFileResponse> run(BlockWorkerClient workerClient)
Task
run
in class Task<LoadFileResponse>
public String toString()
toString
in class Task<LoadFileResponse>
Copyright © 2023. All Rights Reserved.