Skip navigation links
A B C G J L N R S 

A

acquireMasterClient() - Method in class alluxio.client.job.JobContext
Acquires a job master client from the job master client pool.
acquireMasterClientResource() - Method in class alluxio.client.job.JobContext
Acquires a job master client from the job master client pool.
afterConnect() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
alluxio.client.job - package alluxio.client.job
 
alluxio.worker.job - package alluxio.worker.job
 

B

build() - Method in class alluxio.worker.job.JobMasterClientContextBuilder
Builds the configuration, creating an instance of MasterInquireClient if none is specified.

C

cancel(long) - Method in interface alluxio.client.job.JobMasterClient
Cancels the given job.
cancel(long) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
close() - Method in class alluxio.client.job.JobContext
Closes all the resources associated with the context.
close() - Method in class alluxio.client.job.JobMasterClientPool
 
create(AlluxioConfiguration, UserState) - Static method in class alluxio.client.job.JobContext
Creates a job context.
create(JobMasterClientContext) - Static method in class alluxio.client.job.JobMasterClient.Factory
Factory method for JobMasterClient.
createNewResource() - Method in class alluxio.client.job.JobMasterClientPool
 

G

getAllMasterStatus() - Method in interface alluxio.client.job.JobMasterClient
Gets the status of all job masters in the cluster.
getAllMasterStatus() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getAllWorkerHealth() - Method in interface alluxio.client.job.JobMasterClient
Gets all worker health.
getAllWorkerHealth() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getCmdStatus(long) - Method in interface alluxio.client.job.JobMasterClient
Gets the status of the given command jobControlId.
getCmdStatus(long) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getCmdStatusDetailed(long) - Method in interface alluxio.client.job.JobMasterClient
Gets the detailed status of the given command jobControlId.
getCmdStatusDetailed(long) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getConfMasterInquireClient() - Method in class alluxio.worker.job.JobMasterClientContext
 
getJobMasterAddress() - Method in class alluxio.client.job.JobContext
 
getJobServiceSummary() - Method in interface alluxio.client.job.JobMasterClient
Gets the job service summary.
getJobServiceSummary() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getJobStatus(long, AlluxioConfiguration, boolean) - Static method in class alluxio.client.job.JobGrpcClientUtils
 
getJobStatus(long) - Method in interface alluxio.client.job.JobMasterClient
Gets the status of the given job id.
getJobStatus(long) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getJobStatusDetailed(long) - Method in interface alluxio.client.job.JobMasterClient
Gets detailed status of the given job id.
getJobStatusDetailed(long) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getRemoteServiceType() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getServiceName() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
getServiceVersion() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 

J

JobContext - Class in alluxio.client.job
A shared context that isolates all operations within the same JVM.
JobGrpcClientUtils - Class in alluxio.client.job
Utils for interacting with the job service through a gRPC client.
JobMasterClient - Interface in alluxio.client.job
Interface for job service clients to communicate with the job master.
JobMasterClient.Factory - Class in alluxio.client.job
Factory for JobMasterClient.
JobMasterClientContext - Class in alluxio.worker.job
Extension of MasterClientContext with defaults that make sense for job master clients.
JobMasterClientContext(ClientContext, MasterInquireClient, MasterInquireClient) - Constructor for class alluxio.worker.job.JobMasterClientContext
 
JobMasterClientContextBuilder - Class in alluxio.worker.job
A builder for instances of JobMasterClientContext.
JobMasterClientPool - Class in alluxio.client.job
Class for managing job master clients.
JobMasterClientPool(JobMasterClientContext) - Constructor for class alluxio.client.job.JobMasterClientPool
Creates a new job master client pool.

L

list() - Method in interface alluxio.client.job.JobMasterClient
 
list(ListAllPOptions) - Method in interface alluxio.client.job.JobMasterClient
 
list(ListAllPOptions) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
listDetailed() - Method in interface alluxio.client.job.JobMasterClient
 
listDetailed() - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 

N

newBuilder(ClientContext) - Static method in class alluxio.worker.job.JobMasterClientContext
Create a builder for JobMasterClientContext.

R

releaseMasterClient(JobMasterClient) - Method in class alluxio.client.job.JobContext
Releases a job master client into the job master client pool.
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.
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 plan based on the given configuration.
run(JobConfig) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 

S

submit(CmdConfig) - Method in interface alluxio.client.job.JobMasterClient
Submit a Cmd Job based on the given configuration.
submit(CmdConfig) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
 
A B C G J L N R S 
Skip navigation links

Copyright © 2024. All Rights Reserved.