Uses of Interface
org.apache.pig.OrderedLoadFunc

Packages that use OrderedLoadFunc
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.hbase   
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.impl.io   
 

Uses of OrderedLoadFunc in org.apache.pig
 

Classes in org.apache.pig that implement OrderedLoadFunc
 class FileInputLoadFunc
          This class provides an implementation of OrderedLoadFunc interface which can be optionally re-used by LoadFuncs that use FileInputFormat, by having this as a super class
 

Uses of OrderedLoadFunc in org.apache.pig.backend.hadoop.hbase
 

Classes in org.apache.pig.backend.hadoop.hbase that implement OrderedLoadFunc
 class HBaseStorage
          A HBase implementation of LoadFunc and StoreFunc.
 

Uses of OrderedLoadFunc in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement OrderedLoadFunc
 class BinStorage
          Load and store data in a binary format.
 class PigStorage
          A load function that parses a line of input into fields using a delimiter to set the fields.
 

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

Classes in org.apache.pig.impl.io that implement OrderedLoadFunc
 class InterStorage
          LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query.
 class TFileStorage
          LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query.
 



Copyright © ${year} The Apache Software Foundation