Uses of Class
alluxio.job.wire.JobSource
-
Packages that use JobSource Package Description alluxio.job alluxio.job.cmd.load alluxio.job.cmd.migrate alluxio.job.cmd.persist alluxio.job.wire -
-
Uses of JobSource in alluxio.job
Methods in alluxio.job that return JobSource Modifier and Type Method Description JobSourceCmdConfig. getJobSource() -
Uses of JobSource in alluxio.job.cmd.load
Methods in alluxio.job.cmd.load that return JobSource Modifier and Type Method Description JobSourceLoadCliConfig. getJobSource() -
Uses of JobSource in alluxio.job.cmd.migrate
Methods in alluxio.job.cmd.migrate that return JobSource Modifier and Type Method Description JobSourceMigrateCliConfig. getJobSource() -
Uses of JobSource in alluxio.job.cmd.persist
Methods in alluxio.job.cmd.persist that return JobSource Modifier and Type Method Description JobSourcePersistCmdConfig. getJobSource() -
Uses of JobSource in alluxio.job.wire
Methods in alluxio.job.wire that return JobSource Modifier and Type Method Description static JobSourceJobSource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JobSource[]JobSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-