| Package | Description |
|---|---|
| alluxio.client.job |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryHandlingJobMasterClient
A wrapper for the gRPC client to interact with the job service master, used by job service
clients.
|
| Modifier and Type | Method and Description |
|---|---|
JobMasterClient |
JobContext.acquireMasterClient()
Acquires a job master client from the job master client pool.
|
static JobMasterClient |
JobMasterClient.Factory.create(JobMasterClientContext conf)
Factory method for
JobMasterClient. |
protected JobMasterClient |
JobMasterClientPool.createNewResource() |
| Modifier and Type | Method and Description |
|---|---|
CloseableResource<JobMasterClient> |
JobContext.acquireMasterClientResource()
Acquires a job master client from the job master client pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobContext.releaseMasterClient(JobMasterClient masterClient)
Releases a job master client into the job master client pool.
|
Copyright © 2020. All Rights Reserved.