This project has retired. For details please refer to its Attic page.
FromHBase (Apache Crunch 0.9.0 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 Source<org.apache.hadoop.hbase.KeyValue> hfile(org.apache.hadoop.fs.Path path)
           
static Source<org.apache.hadoop.hbase.KeyValue> hfile(String path)
           
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
clone, equals, finalize, 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)

hfile

public static Source<org.apache.hadoop.hbase.KeyValue> hfile(String path)

hfile

public static Source<org.apache.hadoop.hbase.KeyValue> hfile(org.apache.hadoop.fs.Path path)


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