Groovy Documentation

griffon.plugins.hbase
[Java] Interface HBaseProvider


public interface HBaseProvider

Authors:
Andres Almiray


Method Summary
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)

Object withHTable(String tableName, CallableWithArgs callable)

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

 

Method Detail

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 Object withHTable(String tableName, CallableWithArgs callable)


withHTable

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


 

Groovy Documentation