Groovy Documentation

griffon.plugins.hbase
[Java] Interface HBaseContributionHandler


public interface HBaseContributionHandler

Authors:
Andres Almiray


Method Summary
HBaseProvider getHBaseProvider()

void setHBaseProvider(HBaseProvider provider)

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

getHBaseProvider

public HBaseProvider getHBaseProvider()


setHBaseProvider

public void setHBaseProvider(HBaseProvider provider)


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