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.
|
class |
NoopPlanDefinition
This definition of a plan that does nothing.
|
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 |
BatchedJobDefinition
A simple loading job that loads the blocks of a file in a distributed and round-robin fashion.
|
Modifier and Type | Method and Description |
---|---|
static PlanDefinition |
BatchedJobDefinition.JobDefinitionFactory.create(String jobName) |
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 single file from 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 |
StressBenchDefinition
The definition for the stress bench job, which runs distributed benchmarks.
|
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.