Interface EmbeddedJobClientCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobClient
getJobClient(JobID jobId, ClassLoader userCodeClassloader)
Creates aJobClient
that is adequate for the context in which the job is executed.
-
-
-
Method Detail
-
getJobClient
JobClient getJobClient(JobID jobId, ClassLoader userCodeClassloader)
Creates aJobClient
that is adequate for the context in which the job is executed.- Parameters:
jobId
- the job id of the job associated with the returned client.userCodeClassloader
- the class loader to deserialize user code.- Returns:
- the job client.
-
-