Uses of Interface
org.apache.pig.LoadCaster

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

Uses of LoadCaster in org.apache.pig
 

Methods in org.apache.pig that return LoadCaster
 LoadCaster StreamToPig.getLoadCaster()
          This will be called on the front end during planning and not on the back end during execution.
 LoadCaster LoadFunc.getLoadCaster()
          This will be called on the front end during planning and not on the back end during execution.
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return LoadCaster
 LoadCaster MergeJoinIndexer.getLoadCaster()
           
 

Uses of LoadCaster in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement LoadCaster
 class BinStorage
           
 class TextLoader
          This load function simply creates a tuple for each line of text that has a single field that contains the line of text.
 class Utf8StorageConverter
          This abstract class provides standard conversions between utf8 encoded data and pig data types.
 

Methods in org.apache.pig.builtin that return LoadCaster
 LoadCaster TextLoader.getLoadCaster()
           
 LoadCaster PigStreaming.getLoadCaster()
           
 LoadCaster BinStorage.getLoadCaster()
           
 

Uses of LoadCaster in org.apache.pig.impl.builtin
 

Methods in org.apache.pig.impl.builtin that return LoadCaster
 LoadCaster SampleLoader.getLoadCaster()
           
 LoadCaster DefaultIndexableLoader.getLoadCaster()
           
 

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

Methods in org.apache.pig.impl.io that return LoadCaster
 LoadCaster ReadToEndLoader.getLoadCaster()
           
 



Copyright © ${year} The Apache Software Foundation