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

Packages that use Packager.PackageType
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return Packager.PackageType
 Packager.PackageType Packager.getPackageType()
           
static Packager.PackageType Packager.PackageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Packager.PackageType[] Packager.PackageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type Packager.PackageType
 void Packager.setPackageType(Packager.PackageType type)
           
 



Copyright © 2007-2012 The Apache Software Foundation