Groovy Documentation

griffon.plugins.hbase
[Java] Interface HBaseProvider


public interface HBaseProvider

Authors:
Andres Almiray


Method Summary
Object withHBase(Closure closure)

Object withHBase(String configName, Closure closure)

Object withHBase(CallableWithArgs callable)

Object withHBase(String configName, CallableWithArgs callable)

Object withHTable(String tableName, Closure closure)

Object 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 Object withHBase(Closure closure)


withHBase

public Object withHBase(String configName, Closure closure)


withHBase

public Object withHBase(CallableWithArgs callable)


withHBase

public Object withHBase(String configName, CallableWithArgs callable)


withHTable

public Object withHTable(String tableName, Closure closure)


withHTable

public Object 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