public class RunTaskContext extends JobServerContext
#super(JobServerContext)
in order to
initialize the other variables in the context - namely the filesystem client, context and
UfsManagerConstructor 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, getUfsManager
public RunTaskContext(long jobId, long taskId, JobServerContext jobServerContext)
RunTaskContext
.jobId
- the job idtaskId
- the task idjobServerContext
- the context of the Alluxio job workerCopyright © 2023. All Rights Reserved.