public class RunTaskContext extends JobServerContext
#super(JobServerContext) in order to
initialize the other variables in the context - namely the filesystem client, context and
UfsManager| Constructor and Description |
|---|
RunTaskContext(long jobId,
long taskId,
JobServerContext jobServerContext)
Creates an instance of
RunTaskContext. |
| Modifier and Type | Method and Description |
|---|---|
long |
getJobId() |
long |
getTaskId() |
getFileSystem, getFsContext, getUfsManagerpublic RunTaskContext(long jobId,
long taskId,
JobServerContext jobServerContext)
RunTaskContext.jobId - the job idtaskId - the task idjobServerContext - the context of the Alluxio job workerCopyright © 2022. All Rights Reserved.