Package | Description |
---|---|
alluxio.job.plan.load | |
alluxio.job.plan.migrate | |
alluxio.job.plan.persist | |
alluxio.job.plan.replicate | |
alluxio.job.plan.transform | |
alluxio.master.job.plan |
Modifier and Type | Class and Description |
---|---|
class |
LoadConfig
The configuration of loading a file.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrateConfig
Configuration for the migrate job.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistConfig
The configuration of persisting a file.
|
Modifier and Type | Class and Description |
---|---|
class |
EvictConfig
Configuration of a job evicting a block.
|
class |
MoveConfig
Configuration of a job evicting a block.
|
class |
ReplicateConfig
Configuration of a job replicating a block.
|
Modifier and Type | Class and Description |
---|---|
class |
CompactConfig
Configuration for a job to compact files directly under a directory.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanTracker.run(PlanConfig jobConfig,
CommandManager manager,
JobServerContext ctx,
List<WorkerInfo> workers,
long jobId)
Adds a job with the given
JobConfig to the job tracker. |
Copyright © 2023. All Rights Reserved.