Generated by
JDiff

Class org.apache.pig.backend.hadoop.hbase.HBaseStorage

Added interfaces org.apache.pig.LoadPushDown, org.apache.pig.OrderedLoadFunc, org.apache.pig.StoreFuncInterface.

Added Constructors
HBaseStorage(String, String) Constructor.
 

Changed Constructors
HBaseStorage(String) Change in exceptions thrown from no exceptions to (org.apache.commons.cli.ParseException, java.io.IOException).
Constructor.
 

Added Methods
void checkSchema(ResourceSchema)  
void cleanupOnFailure(String, Job)  
List getFeatures()  
OutputFormat getOutputFormat()  
WritableComparable getSplitComparable(InputSplit)  
void prepareToWrite(RecordWriter)  
RequiredFieldResponse pushProjection(RequiredFieldList)  
void putNext(Tuple)  
String relToAbsPathForStoreLocation(String, Path)  
void setStoreFuncUDFContextSignature(String)  
void setStoreLocation(String, Job)  
 

Changed Methods
LoadCaster getLoadCaster() Method was inherited from LoadFunc, but is now defined locally. Set up the caster to use for reading values out of and writing to HBase.
void setUDFContextSignature(String) Method was inherited from LoadFunc, but is now defined locally.  
 

Added Fields
byte[] gt_  
byte[] gte_  
byte[] lt_  
byte[] lte_