Generated by
JDiff

Interface org.apache.pig.ExecType

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