public boolean definesMRJob() { return lps.getDefinesMRJob(); }
public boolean getProducesIntermediateOutput() { return lps.getProducesIntermediateOutput(); }
public boolean isAligner() { return lps.isAligner(); }
/** * Method to get the compatible job type for the LOP * * @return */ public int getCompatibleJobs() { return lps.getCompatibleJobs(); }
/** Method to find if the lop breaks alignment */ public boolean getBreaksAlignment() { return lps.getBreaksAlignment(); }
/** * Method to get the execution type (CP or MR) of LOP * * @return */ public ExecType getExecType() { return lps.getExecType(); }
/** * Method to get the location property of LOP * * @return */ public ExecLocation getExecLocation() { return lps.getExecLocation(); }
public void setLevel() { lps.setLevel(inputs); }
public int getLevel() { return lps.getLevel(); }
/** Method to return the ID of LOP */ public long getID() { return lps.getID(); }