This project has retired. For details please refer to its Attic page.
AtHBase (Apache Crunch 0.9.0 API)

org.apache.crunch.io.hbase
Class AtHBase

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

public class AtHBase
extends Object

Static factory methods for creating HBase SourceTarget types.


Constructor Summary
AtHBase()
           
 
Method Summary
static HBaseSourceTarget table(String table)
           
static HBaseSourceTarget 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

AtHBase

public AtHBase()
Method Detail

table

public static HBaseSourceTarget table(String table)

table

public static HBaseSourceTarget table(String table,
                                      org.apache.hadoop.hbase.client.Scan scan)


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