Uses of Class
alluxio.worker.job.JobMasterClientContext
-
Packages that use JobMasterClientContext Package Description alluxio.client.job alluxio.worker.job -
-
Uses of JobMasterClientContext in alluxio.client.job
Methods in alluxio.client.job with parameters of type JobMasterClientContext Modifier and Type Method Description static JobMasterClientJobMasterClient.Factory. create(JobMasterClientContext conf)Factory method forJobMasterClient.Constructors in alluxio.client.job with parameters of type JobMasterClientContext Constructor Description JobMasterClientPool(JobMasterClientContext context)Creates a new job master client pool.RetryHandlingJobMasterClient(JobMasterClientContext conf)Creates a new job master client. -
Uses of JobMasterClientContext in alluxio.worker.job
Methods in alluxio.worker.job that return JobMasterClientContext Modifier and Type Method Description JobMasterClientContextJobMasterClientContextBuilder. build()Builds the configuration, creating an instance ofMasterInquireClientif none is specified.
-