This project has retired. For details please refer to its Attic page.
FromHBase (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.io.hbase
Class FromHBase

java.lang.Object
  extended by org.apache.crunch.io.hbase.FromHBase

public class FromHBase
extends Object

Static factory methods for creating HBase Source types.


Constructor Summary
FromHBase()
           
 
Method Summary
static TableSource<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result> table(String table)
           
static TableSource<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result> table(String table, org.apache.hadoop.hbase.client.Scan scan)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromHBase

public FromHBase()
Method Detail

table

public static TableSource<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result> table(String table)

table

public static TableSource<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result> table(String table,
                                                                                                                         org.apache.hadoop.hbase.client.Scan scan)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.