Package alluxio.job
Interface JobConfig
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
PlanConfig,WorkflowConfig
- All Known Implementing Classes:
CompactConfig,CompositeConfig,EvictConfig,LoadConfig,MigrateConfig,MoveConfig,PersistConfig,ReplicateConfig
public interface JobConfig extends java.io.SerializableA job configuration. All the subclasses are both Java and JSON serializable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>affectedPaths()java.lang.StringgetName()
-