Uses of Interface
org.apache.pig.backend.executionengine.ExecutionEngine

Packages that use ExecutionEngine
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.impl   
 

Uses of ExecutionEngine in org.apache.pig
 

Methods in org.apache.pig that return ExecutionEngine
 ExecutionEngine ExecType.getExecutionEngine(PigContext pigContext)
          Returns the Execution Engine that this ExecType is associated with.
 

Methods in org.apache.pig that return types with arguments of type ExecutionEngine
 Class<? extends ExecutionEngine> ExecType.getExecutionEngineClass()
          Returns the Execution Engine class that this ExecType is associated with.
 

Uses of ExecutionEngine in org.apache.pig.backend.hadoop.executionengine
 

Classes in org.apache.pig.backend.hadoop.executionengine that implement ExecutionEngine
 class HExecutionEngine
           
 

Uses of ExecutionEngine in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Classes in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that implement ExecutionEngine
 class MRExecutionEngine
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return ExecutionEngine
 ExecutionEngine MRExecType.getExecutionEngine(PigContext pigContext)
           
 ExecutionEngine LocalExecType.getExecutionEngine(PigContext pigContext)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return types with arguments of type ExecutionEngine
 Class<? extends ExecutionEngine> MRExecType.getExecutionEngineClass()
           
 

Uses of ExecutionEngine in org.apache.pig.impl
 

Methods in org.apache.pig.impl that return ExecutionEngine
 ExecutionEngine PigContext.getExecutionEngine()
           
 



Copyright © 2007-2012 The Apache Software Foundation