Uses of Interface
alluxio.job.JobConfig
-
-
Uses of JobConfig in alluxio.job.plan
Subinterfaces of JobConfig in alluxio.job.plan Modifier and Type Interface Description interfacePlanConfigA plan configuration. -
Uses of JobConfig in alluxio.job.plan.load
Classes in alluxio.job.plan.load that implement JobConfig Modifier and Type Class Description classLoadConfigThe configuration of loading a file. -
Uses of JobConfig in alluxio.job.plan.meta
Methods in alluxio.job.plan.meta that return JobConfig Modifier and Type Method Description JobConfigPlanInfo. getJobConfig()Constructors in alluxio.job.plan.meta with parameters of type JobConfig Constructor Description PlanInfo(long id, JobConfig jobConfig, java.util.function.Consumer<PlanInfo> statusChangeCallback)Creates a new instance ofPlanInfo. -
Uses of JobConfig in alluxio.job.plan.migrate
Classes in alluxio.job.plan.migrate that implement JobConfig Modifier and Type Class Description classMigrateConfigConfiguration for the migrate job. -
Uses of JobConfig in alluxio.job.plan.persist
Classes in alluxio.job.plan.persist that implement JobConfig Modifier and Type Class Description classPersistConfigThe configuration of persisting a file. -
Uses of JobConfig in alluxio.job.plan.replicate
Classes in alluxio.job.plan.replicate that implement JobConfig Modifier and Type Class Description classEvictConfigConfiguration of a job evicting a block.classMoveConfigConfiguration of a job evicting a block.classReplicateConfigConfiguration of a job replicating a block. -
Uses of JobConfig in alluxio.job.plan.transform
Classes in alluxio.job.plan.transform that implement JobConfig Modifier and Type Class Description classCompactConfigConfiguration for a job to compact files directly under a directory. -
Uses of JobConfig in alluxio.job.workflow
Subinterfaces of JobConfig in alluxio.job.workflow Modifier and Type Interface Description interfaceWorkflowConfigA workflow configuration. -
Uses of JobConfig in alluxio.job.workflow.composite
Classes in alluxio.job.workflow.composite that implement JobConfig Modifier and Type Class Description classCompositeConfigA composite job is a list of jobs to be executed either sequentially or concurrently.Methods in alluxio.job.workflow.composite that return types with arguments of type JobConfig Modifier and Type Method Description java.util.ArrayList<JobConfig>CompositeConfig. getJobs()Constructor parameters in alluxio.job.workflow.composite with type arguments of type JobConfig Constructor Description CompositeConfig(java.util.ArrayList<JobConfig> jobs, java.lang.Boolean sequential)
-