Generated by
JDiff

Interface org.apache.pig.ExecType

Changed from a class to an interface. Changed from non-abstract to abstract. Change from final to non-final.

Removed Methods
ExecType fromString(String) Given a string determine the exec type.
ExecType valueOf(String)  
ExecType[] values()  
 

Added Methods
boolean accepts(Properties) An ExecType is selected based off the Properties for the given script.
ExecutionEngine getExecutionEngine(PigContext) Returns the Execution Engine that this ExecType is associated with.
Class getExecutionEngineClass() Returns the Execution Engine class that this ExecType is associated with.
boolean isLocal() An ExecType is classified as local if it runs in-process and through the local filesystem.
String name() Returns the canonical name for this ExecType.