Groovy Documentation

griffon.plugins.hbase
[Java] Class AbstractHBaseProvider

java.lang.Object
  griffon.plugins.hbase.AbstractHBaseProvider
All Implemented Interfaces:
HBaseProvider

public abstract class AbstractHBaseProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractHBaseProvider()

 
Method Summary
protected org.apache.hadoop.conf.Configuration getConfiguration(String configName)

R withHBase(Closure closure)

R withHBase(String configName, Closure closure)

R withHBase(CallableWithArgs callable)

R withHBase(String configName, CallableWithArgs callable)

R withHTable(String tableName, Closure closure)

R withHTable(String configName, String tableName, Closure closure)

R withHTable(String tableName, CallableWithArgs callable)

R withHTable(String configName, String tableName, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractHBaseProvider

AbstractHBaseProvider()


 
Method Detail

getConfiguration

protected org.apache.hadoop.conf.Configuration getConfiguration(String configName)


withHBase

public R withHBase(Closure closure)


withHBase

public R withHBase(String configName, Closure closure)


withHBase

public R withHBase(CallableWithArgs callable)


withHBase

public R withHBase(String configName, CallableWithArgs callable)


withHTable

public R withHTable(String tableName, Closure closure)


withHTable

public R withHTable(String configName, String tableName, Closure closure)


withHTable

public R withHTable(String tableName, CallableWithArgs callable)


withHTable

public R withHTable(String configName, String tableName, CallableWithArgs callable)


 

Groovy Documentation