| Package | Description |
|---|---|
| alluxio.job.composite | |
| alluxio.job.load | |
| alluxio.job.meta | |
| alluxio.job.migrate | |
| alluxio.job.persist | |
| alluxio.job.replicate | |
| alluxio.job.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConfig
A composite job is a list of jobs to be executed either sequentially or concurrently.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<JobConfig> |
CompositeConfig.getJobs() |
| Constructor and Description |
|---|
CompositeConfig(java.util.ArrayList<JobConfig> jobs,
java.lang.Boolean sequential) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadConfig
The configuration of loading a file.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig |
JobInfo.getJobConfig() |
| Constructor and Description |
|---|
JobInfo(long id,
JobConfig jobConfig,
java.util.function.Consumer<JobInfo> statusChangeCallback)
Creates a new instance of
JobInfo. |
| 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.
|
Copyright © 2019. All Rights Reserved.