Package | Description |
---|---|
alluxio.job.plan | |
alluxio.job.plan.load | |
alluxio.job.plan.migrate | |
alluxio.job.plan.persist | |
alluxio.job.plan.replicate | |
alluxio.job.plan.transform |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVoidPlanDefinition<T extends JobConfig,P extends Serializable>
An abstract job definition where the run task method does not return a value.
|
Modifier and Type | Method and Description |
---|---|
<T extends JobConfig> |
PlanDefinitionRegistry.getJobDefinition(T jobConfig)
Gets the job definition from the job configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadDefinition
A simple loading job that loads the blocks of a file in a distributed and round-robin fashion.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrateDefinition
A job that migrates a source path to a destination path.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistDefinition
A job that persists a file into the under storage.
|
Modifier and Type | Class and Description |
---|---|
class |
EvictDefinition
A job to evict a block.
|
class |
MoveDefinition
A job to move a block.
|
class |
ReplicateDefinition
A job to replicate a block.
|
Modifier and Type | Class and Description |
---|---|
class |
CompactDefinition
The job definition for compacting files representing a structured table under a directory.
|
Copyright © 2023. All Rights Reserved.