- registerWorker(WorkerNetAddress) - Method in interface alluxio.worker.job.JobMasterClient
-
Returns a worker id for a workers net address.
- registerWorker(WorkerNetAddress) - Method in class alluxio.worker.job.RetryHandlingJobMasterClient
-
- releaseMasterClient(JobMasterClient) - Method in class alluxio.client.job.JobContext
-
Releases a job master client into the job master client pool.
- replicate(AlluxioURI, long, int) - Method in class alluxio.job.replicate.DefaultReplicationHandler
-
- replicate(AlluxioURI, long, int) - Method in interface alluxio.job.replicate.ReplicationHandler
-
Increases the block replication level by a target number of replicas.
- ReplicationHandler - Interface in alluxio.job.replicate
-
Interface for adjusting the replication level of blocks.
- RetryHandlingJobMasterClient - Class in alluxio.client.job
-
A wrapper for the gRPC client to interact with the job service master, used by job service
clients.
- RetryHandlingJobMasterClient(JobMasterClientContext) - Constructor for class alluxio.client.job.RetryHandlingJobMasterClient
-
Creates a new job master client.
- RetryHandlingJobMasterClient - Class in alluxio.worker.job
-
A wrapper for the gRPC client to interact with the job service master, used by job service
workers.
- RetryHandlingJobMasterClient(JobMasterClientContext) - Constructor for class alluxio.worker.job.RetryHandlingJobMasterClient
-
Creates a new job master client.
- run(JobConfig, int, AlluxioConfiguration) - Static method in class alluxio.client.job.JobGrpcClientUtils
-
Runs the specified job and waits for it to finish.
- run(JobConfig) - Method in interface alluxio.client.job.JobMasterClient
-
Starts a job based on the given configuration.
- run(JobConfig) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
-