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.backend.hadoop.hbase   
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.impl.builtin   
org.apache.pig.impl.io   
org.apache.pig.impl.util   
org.apache.pig.piggybank.storage   
 

Uses of LoadCaster in org.apache.pig
 

Subinterfaces of LoadCaster in org.apache.pig
 interface LoadStoreCaster
          This is just a union interface of LoadCaster and StoreCaster, made available for simplicity.
 interface StoreCaster
          An interface that provides methods for converting Pig internal types to byte[].
 

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.backend.hadoop.hbase
 

Classes in org.apache.pig.backend.hadoop.hbase that implement LoadCaster
 class HBaseBinaryConverter
           
 

Methods in org.apache.pig.backend.hadoop.hbase that return LoadCaster
 LoadCaster HBaseStorage.getLoadCaster()
          Set up the caster to use for reading values out of, and writing to, HBase.
 

Uses of LoadCaster in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement LoadCaster
 class TextLoader
          This load function simply creates a tuple for each line of text that has a single chararray 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()
           
 

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

Methods in org.apache.pig.impl.util with parameters of type LoadCaster
static Object CastUtils.convertToType(LoadCaster caster, byte[] bytes, ResourceSchema.ResourceFieldSchema fieldSchema, byte dataType)
           
 

Uses of LoadCaster in org.apache.pig.piggybank.storage
 

Methods in org.apache.pig.piggybank.storage that return LoadCaster
 LoadCaster AllLoader.getLoadCaster()
           
 



Copyright © 2012 The Apache Software Foundation