- cancel(long) - Method in class alluxio.master.job.JobMaster
-
Cancels a job.
- cancel(long) - Method in class alluxio.master.job.JobMasterClientRestServiceHandler
-
Cancels a job.
- cancel(CancelPRequest, StreamObserver<CancelPResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- cancel() - Method in class alluxio.master.job.plan.PlanCoordinator
-
Cancels the current job.
- cancel(long) - Method in class alluxio.master.job.workflow.WorkflowTracker
-
Cancels a job with a particular job id.
- cancelTask(long, long) - Method in class alluxio.worker.job.task.TaskExecutorManager
-
Cancels the given task.
- checkJobStatus() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Returns the status of the job.
- checkUri(AlluxioURI) - Static method in class alluxio.job.plan.transform.format.ReadWriterUtils
-
Checks preconditions of uri.
- cleanup(Collection<Long>) - Method in class alluxio.master.job.workflow.WorkflowTracker
-
Recursively cleanup the parent workflows given plans to be removed from the PlanTracker.
- close() - Method in class alluxio.job.plan.transform.format.csv.CsvReader
-
- close() - Method in class alluxio.job.plan.transform.format.csv.CsvWriter
-
- close() - Method in class alluxio.job.plan.transform.format.orc.OrcReader
-
- close() - Method in class alluxio.job.plan.transform.format.parquet.ParquetReader
-
- close() - Method in class alluxio.job.plan.transform.format.parquet.ParquetWriter
-
- close() - Method in interface alluxio.job.plan.transform.format.TableReader
-
Closes the reader, which will close the underlying stream.
- close() - Method in class alluxio.job.plan.transform.format.tables.TablesWriter
-
- close() - Method in interface alluxio.job.plan.transform.format.TableWriter
-
Closes a writer, which means the table is complete now.
- close() - Method in class alluxio.master.job.JobMasterAuditContext
-
- close() - Method in class alluxio.worker.job.command.CommandHandlingExecutor
-
- CmdInfo - Class in alluxio.master.job.common
-
A class representation for Command Information.
- CmdInfo(long, OperationType, JobSource, long, List<String>) - Constructor for class alluxio.master.job.common.CmdInfo
-
Constructor for CmdInfo class.
- CmdJobTracker - Class in alluxio.master.job.tracker
-
CmdJobTracker to schedule a Cmd job to run.
- CmdJobTracker(FileSystemContext, JobMaster) - Constructor for class alluxio.master.job.tracker.CmdJobTracker
-
- CmdJobTracker(FileSystemContext, DistLoadCliRunner, MigrateCliRunner, PersistRunner) - Constructor for class alluxio.master.job.tracker.CmdJobTracker
-
Constructor with runner providers.
- CmdRunAttempt - Class in alluxio.master.job.tracker
-
class for handling submission for a child job within a distributed command.
- CmdRunAttempt(RetryPolicy, JobMaster) - Constructor for class alluxio.master.job.tracker.CmdRunAttempt
-
- CommandHandlingExecutor - Class in alluxio.worker.job.command
-
Manages the communication with the master.
- CommandHandlingExecutor(JobServerContext, TaskExecutorManager, JobMasterClient, WorkerNetAddress) - Constructor for class alluxio.worker.job.command.CommandHandlingExecutor
-
- CommandManager - Class in alluxio.master.job.command
-
A command manager that manages the commands to issue to the workers.
- CommandManager() - Constructor for class alluxio.master.job.command.CommandManager
-
- Committer - Interface in alluxio.job.plan.transform.format.tables
-
Determines when to commit/complete a table file when writing a stream of rows to a group of
table files.
- compact(List<TableReader>, TableWriter) - Method in interface alluxio.job.plan.transform.compact.Compactor
-
Compacts a list of inputs to the output.
- CompactDefinition - Class in alluxio.job.plan.transform
-
The job definition for compacting files representing a structured table under a directory.
- CompactDefinition() - Constructor for class alluxio.job.plan.transform.CompactDefinition
-
- Compactor - Interface in alluxio.job.plan.transform.compact
-
Compacts a list of inputs to an output.
- CompactTask - Class in alluxio.job.plan.transform
-
A task for a job worker to compact files into one file.
- CompactTask(ArrayList<String>, String) - Constructor for class alluxio.job.plan.transform.CompactTask
-
- CompositeExecution - Class in alluxio.job.workflow.composite
-
- CompositeExecution(CompositeConfig) - Constructor for class alluxio.job.workflow.composite.CompositeExecution
-
Default constructor.
- CompositeExecutionFactory - Class in alluxio.job.workflow.composite
-
- CompositeExecutionFactory() - Constructor for class alluxio.job.workflow.composite.CompositeExecutionFactory
-
- connectUfs(UnderFileSystem) - Method in class alluxio.underfs.JobUfsManager
-
- coordinators() - Method in class alluxio.master.job.plan.PlanTracker
-
- create(String) - Static method in class alluxio.job.plan.batch.BatchedJobDefinition.JobDefinitionFactory
-
- create(AlluxioURI, PartitionInfo) - Static method in class alluxio.job.plan.transform.format.csv.CsvReader
-
Creates a CSV reader.
- create(AlluxioURI) - Static method in class alluxio.job.plan.transform.format.orc.OrcReader
-
- create(AlluxioURI) - Static method in class alluxio.job.plan.transform.format.parquet.ParquetReader
-
Creates a parquet reader.
- create(TableSchema, AlluxioURI) - Static method in class alluxio.job.plan.transform.format.parquet.ParquetWriter
-
Creates a Parquet writer.
- create(TableSchema, AlluxioURI, PartitionInfo) - Static method in class alluxio.job.plan.transform.format.parquet.ParquetWriter
-
Creates a parquet writer based on the partitionInfo.
- create(TableSchema, AlluxioURI, int, boolean) - Static method in class alluxio.job.plan.transform.format.parquet.ParquetWriter
-
Creates a Parquet writer specifying a row group size and whether to have dictionary enabled.
- create(TableSchema, AlluxioURI, int, boolean, String) - Static method in class alluxio.job.plan.transform.format.parquet.ParquetWriter
-
Creates a Parquet writer specifying a row group size.
- create(AlluxioURI, PartitionInfo) - Static method in interface alluxio.job.plan.transform.format.TableReader
-
- create(TableSchema, Committer, AlluxioURI) - Static method in class alluxio.job.plan.transform.format.tables.TablesWriter
-
- create(TableSchema, AlluxioURI) - Static method in interface alluxio.job.plan.transform.format.TableWriter
-
- create(TableSchema, AlluxioURI, PartitionInfo) - Static method in interface alluxio.job.plan.transform.format.TableWriter
-
- create(CompositeConfig) - Method in class alluxio.job.workflow.composite.CompositeExecutionFactory
-
- create(T) - Method in interface alluxio.job.workflow.WorkflowExecutionFactory
-
- create(CommandManager, JobServerContext, List<WorkerInfo>, Long, JobConfig, Consumer<PlanInfo>) - Static method in class alluxio.master.job.plan.PlanCoordinator
-
- create(JobMasterClientContext) - Static method in class alluxio.worker.job.JobMasterClient.Factory
-
- create() - Static method in class alluxio.worker.JobWorkerProcess.Factory
-
- createBaseRpcServer() - Method in class alluxio.master.AlluxioJobMasterProcess
-
- createWebServer() - Method in class alluxio.master.AlluxioJobMasterProcess
-
- CsvReader - Class in alluxio.job.plan.transform.format.csv
-
- CsvRow - Class in alluxio.job.plan.transform.format.csv
-
A row in a CSV table represented in Avro format.
- CsvRow(CsvSchema, GenericData.Record) - Constructor for class alluxio.job.plan.transform.format.csv.CsvRow
-
- CsvSchema - Class in alluxio.job.plan.transform.format.csv
-
CSV table schema in Avro format.
- CsvSchema(ArrayList<FieldSchema>) - Constructor for class alluxio.job.plan.transform.format.csv.CsvSchema
-
CsvReader uses
AvroCSVReader to read records from
CSV.
- CsvUtils - Class in alluxio.job.plan.transform.format.csv
-
Utilities for implementing csv reader and writer.
- CsvWriter - Class in alluxio.job.plan.transform.format.csv
-
- CsvWriter() - Constructor for class alluxio.job.plan.transform.format.csv.CsvWriter
-
- get(long) - Method in class alluxio.underfs.JobUfsManager
-
- GET_INFO - Static variable in class alluxio.master.AlluxioJobMasterRestServiceHandler
-
- GET_INFO - Static variable in class alluxio.worker.AlluxioJobWorkerRestServiceHandler
-
- getAddress() - Method in class alluxio.worker.AlluxioJobWorkerProcess
-
- getAddress() - Method in interface alluxio.worker.JobWorkerProcess
-
- getAllFailedPaths() - Method in class alluxio.master.job.JobMaster
-
- getAllInfo() - Method in class alluxio.master.job.workflow.WorkflowTracker
-
- getAlluxioSchema() - Method in class alluxio.job.plan.transform.format.csv.CsvSchema
-
- getAlluxioSchema() - Method in class alluxio.job.plan.transform.format.orc.OrcSchema
-
- getAllWorkerHealth() - Method in class alluxio.master.job.JobMaster
-
- getAllWorkerHealth(GetAllWorkerHealthPRequest, StreamObserver<GetAllWorkerHealthPResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- getAndClearTaskUpdates() - Method in class alluxio.worker.job.task.TaskExecutorManager
-
- getBlockId() - Method in class alluxio.job.plan.load.LoadDefinition.LoadTask
-
- getBytes() - Method in class alluxio.job.plan.transform.format.csv.CsvWriter
-
- getBytes() - Method in class alluxio.job.plan.transform.format.parquet.ParquetWriter
-
- getBytes() - Method in class alluxio.job.plan.transform.format.tables.TablesWriter
-
- getBytes() - Method in interface alluxio.job.plan.transform.format.TableWriter
-
Note that the bytes written should take compression and encoding into consideration.
- getCmdRunAttempt() - Method in class alluxio.master.job.common.CmdInfo
-
Get CmdRunAttempt.
- getCmdStatus(long) - Method in class alluxio.master.job.JobMaster
-
Get command status.
- getCmdStatus(GetCmdStatusRequest, StreamObserver<GetCmdStatusResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- getCmdStatus(long) - Method in class alluxio.master.job.tracker.CmdJobTracker
-
Get status information for a CMD.
- getCmdStatusBlock(long) - Method in class alluxio.master.job.tracker.CmdJobTracker
-
Get a cmdStatusBlock information.
- getCmdStatusDetailed(long) - Method in class alluxio.master.job.JobMaster
-
- getCmdStatusDetailed(GetCmdStatusDetailedRequest, StreamObserver<GetCmdStatusDetailedResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- getColumn(String) - Method in class alluxio.job.plan.transform.format.csv.CsvRow
-
- getColumn(String) - Method in class alluxio.job.plan.transform.format.orc.OrcRow
-
- getColumn(String) - Method in class alluxio.job.plan.transform.format.parquet.ParquetRow
-
- getColumn(String) - Method in interface alluxio.job.plan.transform.format.TableRow
-
- getCoordinator(long) - Method in class alluxio.master.job.plan.PlanTracker
-
- getCpuLoadAverage() - Method in class alluxio.worker.job.command.JobWorkerHealthReporter.JobWorkerHealthReport
-
Returns the system load average of the worker.
- getCreationTime() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Returns the job creation time.
- getDependencies() - Method in class alluxio.worker.JobWorker
-
- getDestination() - Method in class alluxio.job.plan.migrate.MigrateCommand
-
- getErrorMessage() - Method in class alluxio.job.workflow.WorkflowExecution
-
- getErrorType() - Method in class alluxio.job.workflow.WorkflowExecution
-
- getExecution(WorkflowConfig) - Method in enum alluxio.job.workflow.WorkflowExecutionRegistry
-
- getFailedFiles() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Return a copy of failed paths.
- getFailedPaths(long) - Method in class alluxio.master.job.JobMaster
-
- getFileCount() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Get file count.
- getFileInfo(long) - Method in class alluxio.master.file.FileSystemMasterClient
-
- getFilePath() - Method in class alluxio.job.plan.load.LoadDefinition.LoadTask
-
- getFilePath() - Method in class alluxio.master.job.common.CmdInfo
-
Get file path.
- getFilePath() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Set file path.
- getFileSize(String, FileSystem, RetryPolicy) - Static method in class alluxio.master.job.metrics.DistributedCmdMetrics
-
get file size for a given filePath, return 0 if exceeding retries.
- getFileSize() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Get file size.
- getFileSystem() - Method in class alluxio.job.JobServerContext
-
- getFileSystem(Configuration) - Method in class alluxio.job.plan.transform.format.JobPath
-
- getFsContext() - Method in class alluxio.job.JobServerContext
-
- getInfo(Boolean) - Method in class alluxio.master.AlluxioJobMasterRestServiceHandler
-
- getInfo(Boolean) - Method in class alluxio.worker.AlluxioJobWorkerRestServiceHandler
-
- getInputs() - Method in class alluxio.job.plan.transform.CompactTask
-
- getJobConfig() - Method in class alluxio.job.plan.batch.BatchedJobDefinition.BatchedJobTask
-
- getJobConfig() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Get job config.
- getJobConfigClass() - Method in class alluxio.job.plan.batch.BatchedJobDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.load.LoadDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.migrate.MigrateDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.NoopPlanDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.persist.PersistDefinition
-
- getJobConfigClass() - Method in interface alluxio.job.plan.PlanDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.replicate.MoveDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.replicate.SetReplicaDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.stress.StressBenchDefinition
-
- getJobConfigClass() - Method in class alluxio.job.plan.transform.CompactDefinition
-
- getJobControlId() - Method in class alluxio.master.job.common.CmdInfo
-
Get job control Id.
- getJobDefinition(T) - Method in enum alluxio.job.plan.PlanDefinitionRegistry
-
Gets the job definition from the job configuration.
- getJobId() - Method in class alluxio.job.RunTaskContext
-
- getJobId() - Method in class alluxio.job.SelectExecutorsContext
-
- getJobId() - Method in class alluxio.master.job.plan.PlanCoordinator
-
- getJobId() - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Returns the job Id.
- getJobMaster() - Method in class alluxio.master.AlluxioJobMasterProcess
-
- getJobServiceSummary(GetJobServiceSummaryPRequest, StreamObserver<GetJobServiceSummaryPResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- getJobSource() - Method in class alluxio.master.job.common.CmdInfo
-
Get job source.
- getJobStatus(GetJobStatusPRequest, StreamObserver<GetJobStatusPResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- getJobStatusDetailed(GetJobStatusDetailedPRequest, StreamObserver<GetJobStatusDetailedPResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- getJobSubmissionTime() - Method in class alluxio.master.job.common.CmdInfo
-
Get submission time.
- getJobTaskArgs() - Method in class alluxio.job.plan.batch.BatchedJobDefinition.BatchedJobTask
-
- getJobWorkerHealthReport() - Method in class alluxio.worker.job.command.JobWorkerHealthReporter
-
- getLastComputed() - Method in class alluxio.worker.job.command.JobWorkerHealthReporter.JobWorkerHealthReport
-
Returns the worker health observed time.
- getLastUpdated() - Method in class alluxio.job.workflow.WorkflowExecution
-
- getLogicalProcessorCount() - Method in class alluxio.worker.job.command.JobWorkerHealthReporter.JobWorkerHealthReport
-
Returns the system logical processor count.
- getMetadata() - Method in class alluxio.job.plan.transform.format.parquet.ParquetReader
-
- getMode() - Method in class alluxio.job.plan.replicate.SetReplicaTask
-
- getName() - Method in class alluxio.job.workflow.composite.CompositeExecution
-
- getName() - Method in class alluxio.job.workflow.WorkflowExecution
-
- getName() - Method in class alluxio.master.job.JobMaster
-
- getName() - Method in class alluxio.worker.JobWorker
-
- getNewJobId() - Method in class alluxio.master.job.JobMaster
-
- getNumActiveTasks() - Method in class alluxio.worker.job.task.PausableThreadPoolExecutor
-
- getNumActiveTasks() - Method in class alluxio.worker.job.task.TaskExecutorManager
-
- getOperationType() - Method in class alluxio.master.job.common.CmdInfo
-
Get operation type.
- getOutput() - Method in class alluxio.job.plan.transform.CompactTask
-
- getPlanInfo() - Method in class alluxio.master.job.plan.PlanCoordinator
-
- getPlanInfoWire(boolean) - Method in class alluxio.master.job.plan.PlanCoordinator
-
- getPrecision() - Method in class alluxio.job.plan.transform.format.csv.Decimal
-
- getPrecisionAndScale(String) - Static method in class alluxio.job.plan.transform.format.csv.Decimal
-
Returns the decimal's precision and scale from the type definition.
- getReadSchema() - Method in class alluxio.job.plan.transform.format.csv.CsvSchema
-
- getRecord() - Method in class alluxio.job.plan.transform.format.parquet.ParquetRow
-
- getRemoteServiceType() - Method in class alluxio.master.file.FileSystemMasterClient
-
- getRemoteServiceType() - Method in class alluxio.worker.job.RetryHandlingJobMasterClient
-
- getRows() - Method in class alluxio.job.plan.transform.format.csv.CsvWriter
-
- getRows() - Method in class alluxio.job.plan.transform.format.parquet.ParquetWriter
-
- getRows() - Method in class alluxio.job.plan.transform.format.tables.TablesWriter
-
- getRows() - Method in interface alluxio.job.plan.transform.format.TableWriter
-
- getRpcAddress() - Method in class alluxio.worker.AlluxioJobWorkerProcess
-
- getRpcAddress() - Method in interface alluxio.worker.JobWorkerProcess
-
- getScale() - Method in class alluxio.job.plan.transform.format.csv.Decimal
-
- getSchema() - Method in class alluxio.job.plan.transform.format.csv.CsvReader
-
- getSchema() - Method in class alluxio.job.plan.transform.format.orc.OrcReader
-
- getSchema() - Method in class alluxio.job.plan.transform.format.parquet.ParquetReader
-
- getSchema() - Method in class alluxio.job.plan.transform.format.parquet.ParquetSchema
-
- getSchema() - Method in interface alluxio.job.plan.transform.format.TableReader
-
- getServiceName() - Method in class alluxio.master.file.FileSystemMasterClient
-
- getServiceName() - Method in class alluxio.master.job.JobMasterClientRestServiceHandler
-
- getServiceName() - Method in class alluxio.worker.job.RetryHandlingJobMasterClient
-
- getServices() - Method in class alluxio.master.job.JobMaster
-
- getServices() - Method in class alluxio.worker.JobWorker
-
- getServiceVersion() - Method in class alluxio.master.file.FileSystemMasterClient
-
- getServiceVersion() - Method in class alluxio.master.job.JobMasterClientRestServiceHandler
-
- getServiceVersion() - Method in class alluxio.worker.job.RetryHandlingJobMasterClient
-
- getSource() - Method in class alluxio.job.plan.migrate.MigrateCommand
-
- getStartTimeMs() - Method in class alluxio.worker.AlluxioJobWorkerProcess
-
- getStartTimeMs() - Method in interface alluxio.worker.JobWorkerProcess
-
- getStatus() - Method in class alluxio.job.workflow.WorkflowExecution
-
- getStatus(long) - Method in class alluxio.master.job.JobMaster
-
Gets information of the given job id (verbose = True).
- getStatus(long, boolean) - Method in class alluxio.master.job.JobMaster
-
Gets information of the given job id.
- getStatus(long) - Method in class alluxio.master.job.JobMasterClientRestServiceHandler
-
Gets the job status.
- getStatus(long, boolean) - Method in class alluxio.master.job.workflow.WorkflowTracker
-
Gets information of the given job id.
- getSummary() - Method in class alluxio.master.job.JobMaster
-
Gets summary of the job service.
- getTaskExecutorPoolSize() - Method in class alluxio.worker.job.task.TaskExecutorManager
-
- getTaskId() - Method in class alluxio.job.RunTaskContext
-
- getUfsInfo(long) - Method in class alluxio.master.file.FileSystemMasterClient
-
- getUfsManager() - Method in class alluxio.job.JobServerContext
-
- getUptimeMs() - Method in class alluxio.worker.AlluxioJobWorkerProcess
-
- getUptimeMs() - Method in interface alluxio.worker.JobWorkerProcess
-
- getWebAddress() - Method in class alluxio.worker.AlluxioJobWorkerProcess
-
- getWebAddress() - Method in interface alluxio.worker.JobWorkerProcess
-
- getWorkerId() - Static method in class alluxio.worker.JobWorkerIdRegistry
-
- getWorkerInfoList() - Method in class alluxio.master.job.JobMaster
-
- getWorkerNetAddress() - Method in class alluxio.job.plan.load.LoadDefinition.LoadTask
-
- getWorkerWithMostBlocks(List<BlockWorkerInfo>, List<FileBlockInfo>) - Static method in class alluxio.job.util.JobUtils
-
Returns whichever specified worker stores the most blocks from the block info list.
- getWorkflowConfigClass() - Method in class alluxio.job.workflow.composite.CompositeExecutionFactory
-
- getWorkflowConfigClass() - Method in interface alluxio.job.workflow.WorkflowExecutionFactory
-
- getWriteSchema() - Method in class alluxio.job.plan.transform.format.csv.CsvSchema
-
- getWriteSchema() - Method in class alluxio.job.plan.transform.format.orc.OrcSchema
-
- JobDefinitionFactory() - Constructor for class alluxio.job.plan.batch.BatchedJobDefinition.JobDefinitionFactory
-
- JobMaster - Class in alluxio.master.job
-
The master that handles all job managing operations.
- JobMaster(MasterContext, FileSystem, FileSystemContext, UfsManager) - Constructor for class alluxio.master.job.JobMaster
-
- JobMasterAuditContext - Class in alluxio.master.job
-
An audit context for job master.
- JobMasterAuditContext(AsyncUserAccessAuditLogWriter) - Constructor for class alluxio.master.job.JobMasterAuditContext
-
- JobMasterClient - Interface in alluxio.worker.job
-
Interface for job service workers to communicate with the job master.
- JobMasterClient.Factory - Class in alluxio.worker.job
-
- JobMasterClientRestServiceHandler - Class in alluxio.master.job
-
The REST service handler for job master.
- JobMasterClientRestServiceHandler(ServletContext) - Constructor for class alluxio.master.job.JobMasterClientRestServiceHandler
-
- JobMasterClientServiceHandler - Class in alluxio.master.job
-
This class is a gRPC handler for job master RPCs invoked by a job service client.
- JobMasterClientServiceHandler(JobMaster) - Constructor for class alluxio.master.job.JobMasterClientServiceHandler
-
- JobMasterWebServer - Class in alluxio.web
-
Job master web server.
- JobMasterWebServer(String, InetSocketAddress, AlluxioJobMasterProcess) - Constructor for class alluxio.web.JobMasterWebServer
-
- JobMasterWorkerServiceHandler - Class in alluxio.master.job
-
This class is a gRPC handler for job master RPCs invoked by a job service worker.
- JobMasterWorkerServiceHandler(JobMaster) - Constructor for class alluxio.master.job.JobMasterWorkerServiceHandler
-
- JobPath - Class in alluxio.job.plan.transform.format
-
Implementation of Path that has a cache for getting file system.
- JobPath(String, String, String) - Constructor for class alluxio.job.plan.transform.format.JobPath
-
Copy of the constructor in Path.
- JobServerContext - Class in alluxio.job
-
The context is used by job to access master-side resources and information.
- JobServerContext(FileSystem, FileSystemContext, UfsManager) - Constructor for class alluxio.job.JobServerContext
-
- JobUfsManager - Class in alluxio.underfs
-
Implementation of UfsManager to manage the ufs used by different job service processes.
- JobUfsManager() - Constructor for class alluxio.underfs.JobUfsManager
-
- JobUtils - Class in alluxio.job.util
-
Utility class to make it easier to write jobs.
- JobWorker - Class in alluxio.worker
-
A job worker that manages all the worker-related activities.
- JobWorkerHealthReport(HardwareAbstractionLayer, WorkerNetAddress) - Constructor for class alluxio.worker.job.command.JobWorkerHealthReporter.JobWorkerHealthReport
-
- JobWorkerHealthReporter - Class in alluxio.worker.job.command
-
The job worker health reporter.
- JobWorkerHealthReporter(WorkerNetAddress) - Constructor for class alluxio.worker.job.command.JobWorkerHealthReporter
-
- JobWorkerHealthReporter.JobWorkerHealthReport - Class in alluxio.worker.job.command
-
It represents the job worker health information.
- JobWorkerIdRegistry - Class in alluxio.worker
-
The single place to get, set, and update job worker id.
- JobWorkerProcess - Interface in alluxio.worker
-
A job worker in the Alluxio system.
- JobWorkerProcess.Factory - Class in alluxio.worker
-
- JobWorkerWebServer - Class in alluxio.web
-
Job master web server.
- JobWorkerWebServer(String, InetSocketAddress, JobWorkerProcess) - Constructor for class alluxio.web.JobWorkerWebServer
-
- join(T, Map<WorkerInfo, SerializableVoid>) - Method in class alluxio.job.plan.AbstractVoidPlanDefinition
-
- join(T, Map<WorkerInfo, R>) - Method in interface alluxio.job.plan.PlanDefinition
-
Joins the task results on the master.
- join(StressBenchConfig, Map<WorkerInfo, String>) - Method in class alluxio.job.plan.stress.StressBenchDefinition
-
- SchemaConversionUtils - Class in alluxio.job.plan.transform.format
-
Utility Class for converting schema to Parquet.
- SchemaConversionUtils() - Constructor for class alluxio.job.plan.transform.format.SchemaConversionUtils
-
- selectExecutors(BatchedJobConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.batch.BatchedJobDefinition
-
- selectExecutors(LoadConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.load.LoadDefinition
-
- selectExecutors(MigrateConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.migrate.MigrateDefinition
-
Selects the workers to run the task.
- selectExecutors(NoopPlanConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.NoopPlanDefinition
-
- selectExecutors(PersistConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.persist.PersistDefinition
-
- selectExecutors(T, List<WorkerInfo>, SelectExecutorsContext) - Method in interface alluxio.job.plan.PlanDefinition
-
Selects the workers to run the task.
- selectExecutors(MoveConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.replicate.MoveDefinition
-
- selectExecutors(SetReplicaConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.replicate.SetReplicaDefinition
-
- selectExecutors(StressBenchConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.stress.StressBenchDefinition
-
- selectExecutors(CompactConfig, List<WorkerInfo>, SelectExecutorsContext) - Method in class alluxio.job.plan.transform.CompactDefinition
-
- SelectExecutorsContext - Class in alluxio.job
-
A context containing useful parameters for the job master to use when selecting the worker
that a job should execute on.
- SelectExecutorsContext(long, JobServerContext) - Constructor for class alluxio.job.SelectExecutorsContext
-
- SERVICE_PREFIX - Static variable in class alluxio.master.AlluxioJobMasterRestServiceHandler
-
- SERVICE_PREFIX - Static variable in class alluxio.worker.AlluxioJobWorkerRestServiceHandler
-
- setAllowed(boolean) - Method in class alluxio.master.job.JobMasterAuditContext
-
- setAuthType(AuthType) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets mAuthType field.
- setClientVersion(String) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets client version.
- setCommand(String) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets mCommand field.
- setConfig(JobConfig) - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Set job config.
- setCreationTimeNs(long) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets mCreationTimeNs field.
- setDefaultTaskExecutorPoolSize(int) - Method in class alluxio.worker.job.task.TaskExecutorManager
-
Sets the number of threads in the task executor pool when not throttled.
- setFileCount(long) - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Set file count.
- setFilePath(String) - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Set file path.
- setFileSize(long) - Method in class alluxio.master.job.tracker.CmdRunAttempt
-
Set file size.
- setIp(String) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets mIp field.
- setJobAsFailed(String, String) - Method in class alluxio.master.job.plan.PlanCoordinator
-
Sets the job as failed with given error message.
- setJobConfigAndFileMetrics(List<URIStatus>, int, Set<String>, Set<String>, Set<String>, Set<String>, boolean, CmdRunAttempt) - Method in class alluxio.master.job.tracker.DistLoadCliRunner
-
- setJobConfigAndFileMetrics(List<Pair<String, String>>, boolean, WriteType, CmdRunAttempt) - Method in class alluxio.master.job.tracker.MigrateCliRunner
-
Create a JobConfig and set file count and size for the Migrate job.
- setJobId(long) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets mCreationTimeNs field.
- setJobName(String) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets mJobName field.
- SetReplicaDefinition - Class in alluxio.job.plan.replicate
-
A job to replicate a block.
- SetReplicaDefinition() - Constructor for class alluxio.job.plan.replicate.SetReplicaDefinition
-
- SetReplicaTask - Class in alluxio.job.plan.replicate
-
A task representing loading a block into the memory of a worker.
- SetReplicaTask(Mode) - Constructor for class alluxio.job.plan.replicate.SetReplicaTask
-
- setSucceeded(boolean) - Method in class alluxio.master.job.JobMasterAuditContext
-
- setTaskPoolSize(int) - Method in class alluxio.master.job.JobMaster
-
- setUgi(String) - Method in class alluxio.master.job.JobMasterAuditContext
-
Sets mUgi field.
- shouldCommit(TableWriter) - Method in class alluxio.job.plan.transform.format.tables.BytesCommitter
-
- shouldCommit(TableWriter) - Method in interface alluxio.job.plan.transform.format.tables.Committer
-
- shouldCommit(TableWriter) - Method in class alluxio.job.plan.transform.format.tables.RowsCommitter
-
- start(Boolean) - Method in class alluxio.master.job.JobMaster
-
- start() - Method in class alluxio.worker.AlluxioJobWorkerProcess
-
- start(WorkerNetAddress) - Method in class alluxio.worker.JobWorker
-
- stop(Status, String, String) - Method in class alluxio.job.workflow.WorkflowExecution
-
stops future execution.
- stop() - Method in class alluxio.master.job.JobMaster
-
- stop() - Method in class alluxio.worker.AlluxioJobWorkerProcess
-
- stop() - Method in class alluxio.worker.JobWorker
-
- StressBenchDefinition - Class in alluxio.job.plan.stress
-
The definition for the stress bench job, which runs distributed benchmarks.
- StressBenchDefinition() - Constructor for class alluxio.job.plan.stress.StressBenchDefinition
-
Constructs a new instance.
- submit(CmdConfig) - Method in class alluxio.master.job.JobMaster
-
Submit a job with the given configuration.
- submit(SubmitRequest, StreamObserver<SubmitResponse>) - Method in class alluxio.master.job.JobMasterClientServiceHandler
-
- submitCancelTaskCommand(long, long, long) - Method in class alluxio.master.job.command.CommandManager
-
Submits a cancel-task command to a specified worker.
- submitRunTaskCommand(long, long, JobConfig, Object, long) - Method in class alluxio.master.job.command.CommandManager
-
Submits a run-task command to a specified worker.
- submitSetTaskPoolSizeCommand(long, int) - Method in class alluxio.master.job.command.CommandManager
-
Submits a set thread pool size command to specific worker.