A B C D F G J L M N R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.job.plan.replicate - package alluxio.job.plan.replicate
- alluxio.worker.job - package alluxio.worker.job
B
- build() - Method in class alluxio.worker.job.JobMasterClientContextBuilder
-
Builds the configuration, creating an instance of
MasterInquireClientif 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
D
- DefaultReplicationHandler - Class in alluxio.job.plan.replicate
-
The implementation of
ReplicationHandlerthat utilizes job service. - DefaultReplicationHandler(JobMasterClientPool) - Constructor for class alluxio.job.plan.replicate.DefaultReplicationHandler
-
Creates a new instance of
DefaultReplicationHandler.
F
- findJobs(String, Set<Status>) - Method in class alluxio.job.plan.replicate.DefaultReplicationHandler
- findJobs(String, Set<Status>) - Method in interface alluxio.job.plan.replicate.ReplicationHandler
G
- 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) - Method in interface alluxio.client.job.JobMasterClient
-
Gets the status of the given job id.
- getJobStatus(long) - Method in class alluxio.client.job.RetryHandlingJobMasterClient
- getJobStatus(long) - Method in class alluxio.job.plan.replicate.DefaultReplicationHandler
- getJobStatus(long) - Method in interface alluxio.job.plan.replicate.ReplicationHandler
- getJobStatus(long, AlluxioConfiguration, boolean) - Static method in class alluxio.client.job.JobGrpcClientUtils
- 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
M
- migrate(AlluxioURI, long, String, String) - Method in class alluxio.job.plan.replicate.DefaultReplicationHandler
- migrate(AlluxioURI, long, String, String) - Method in interface alluxio.job.plan.replicate.ReplicationHandler
-
Migrate blocks to the correctly pinned locations.
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.
- ReplicationHandler - Interface in alluxio.job.plan.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.
- 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
- run(JobConfig, int, AlluxioConfiguration) - Static method in class alluxio.client.job.JobGrpcClientUtils
-
Runs the specified job and waits for it to finish.
S
- setReplica(AlluxioURI, long, int) - Method in class alluxio.job.plan.replicate.DefaultReplicationHandler
- setReplica(AlluxioURI, long, int) - Method in interface alluxio.job.plan.replicate.ReplicationHandler
-
Set the block replication level by a target number of replicas.
- 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
All Classes All Packages