Uses of Class
org.apache.pig.ExecType

Packages that use ExecType
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.impl   
org.apache.pig.impl.io   
org.apache.pig.tools   
 

Uses of ExecType in org.apache.pig
 

Methods in org.apache.pig that return ExecType
static ExecType ExecType.fromString(String execString)
          Given a string, determine the exec type.
static ExecType ExecType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecType[] ExecType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.pig with parameters of type ExecType
PigServer(ExecType execType)
           
PigServer(ExecType execType, Properties properties)
           
 

Uses of ExecType in org.apache.pig.impl
 

Methods in org.apache.pig.impl that return ExecType
 ExecType PigContext.getExecType()
          Returns the type of execution currently in effect.
 

Methods in org.apache.pig.impl with parameters of type ExecType
 void PigContext.setExecType(ExecType execType)
           
 

Constructors in org.apache.pig.impl with parameters of type ExecType
PigContext(ExecType execType, Properties properties)
           
 

Uses of ExecType in org.apache.pig.impl.io
 

Methods in org.apache.pig.impl.io with parameters of type ExecType
static InputStream FileLocalizer.open(String fileName, ExecType execType, DataStorage storage)
          Deprecated. Use FileLocalizer.open(String, PigContext) instead
 

Uses of ExecType in org.apache.pig.tools
 

Constructors in org.apache.pig.tools with parameters of type ExecType
ToolsPigServer(ExecType execType, Properties properties)
           
 



Copyright © 2007-2012 The Apache Software Foundation