Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POStoreImpl

Packages that use POStoreImpl
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.backend.local.executionengine   
 

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

Subclasses of POStoreImpl in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 class MapReducePOStoreImpl
          This class is used to have a POStore write to DFS via a output collector/record writer.
 

Uses of POStoreImpl in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type POStoreImpl
 void POStore.setStoreImpl(POStoreImpl impl)
           
 

Uses of POStoreImpl in org.apache.pig.backend.local.executionengine
 

Subclasses of POStoreImpl in org.apache.pig.backend.local.executionengine
 class LocalPOStoreImpl
          This class implements the behavior of a POStore in the local execution engine.
 



Copyright © ${year} The Apache Software Foundation