| Modifier and Type | Interface and Description |
|---|---|
interface |
PlanConfig
A plan configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoadConfig
The configuration of loading a file.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig |
PlanInfo.getJobConfig() |
| Constructor and Description |
|---|
PlanInfo(long id,
JobConfig jobConfig,
java.util.function.Consumer<PlanInfo> statusChangeCallback)
Creates a new instance of
PlanInfo. |
| 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 moving 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 | Interface and Description |
|---|---|
interface |
WorkflowConfig
A workflow configuration.
|
| 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) |
Copyright © 2022. All Rights Reserved.