Modifier and Type | Method and Description |
---|---|
JobClient |
getJobClient(JobID jobId,
ClassLoader userCodeClassloader)
Creates a
JobClient that is adequate for the context in which the job is executed. |
JobClient getJobClient(JobID jobId, ClassLoader userCodeClassloader)
JobClient
that is adequate for the context in which the job is executed.jobId
- the job id of the job associated with the returned client.userCodeClassloader
- the class loader to deserialize user code.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.