|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface HBaseProvider
| 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 |
|---|
public R withHBase(Closure closure)
public R withHBase(String configName, Closure closure)
public R withHBase(CallableWithArgs callable)
public R withHBase(String configName, CallableWithArgs callable)
public R withHTable(String tableName, Closure closure)
public R withHTable(String configName, String tableName, Closure closure)
public Object withHTable(String tableName, CallableWithArgs callable)
public Object withHTable(String configName, String tableName, CallableWithArgs callable)
Groovy Documentation