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
org.apache.crunch.io.hbase.FromHBase
public class FromHBase
- extends Object
Static factory methods for creating HBase Source
types.
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)
|
FromHBase
public FromHBase()
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.