Package | Description |
---|---|
alluxio.job | |
alluxio.job.composite | |
alluxio.job.load | |
alluxio.job.migrate | |
alluxio.job.persist | |
alluxio.job.replicate | |
alluxio.job.transform |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVoidJobDefinition<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> |
JobDefinitionRegistry.getJobDefinition(T jobConfig)
Gets the job definition from the jTob configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeDefinition
The job definition for
CompositeConfig . |
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.