Uses of Class
alluxio.job.plan.meta.PlanInfo
-
Packages that use PlanInfo Package Description alluxio.job.plan.meta alluxio.job.wire -
-
Uses of PlanInfo in alluxio.job.plan.meta
Methods in alluxio.job.plan.meta with parameters of type PlanInfo Modifier and Type Method Description intPlanInfo. compareTo(PlanInfo other)This method orders jobs using the time their status was last modified.Constructor parameters in alluxio.job.plan.meta with type arguments of type PlanInfo Constructor Description PlanInfo(long id, JobConfig jobConfig, java.util.function.Consumer<PlanInfo> statusChangeCallback)Creates a new instance ofPlanInfo. -
Uses of PlanInfo in alluxio.job.wire
Constructors in alluxio.job.wire with parameters of type PlanInfo Constructor Description PlanInfo(PlanInfo planInfo, boolean verbose)Constructs the plan info from the job master's internal representation of job info.
-