| Package | Description |
|---|---|
| alluxio.job.load | |
| alluxio.job.meta | |
| alluxio.job.migrate | |
| alluxio.job.persist | |
| alluxio.job.replicate | |
| alluxio.job.wire |
| 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,
com.google.common.base.Function<JobInfo,java.lang.Void> 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 | Method and Description |
|---|---|
JobConfig |
JobInfo.getJobConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobInfo.setJobConfig(JobConfig jobConfig) |
Copyright © 2019. All Rights Reserved.