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