|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hbase.HBaseContributionAdapter
public class HBaseContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private HBaseProvider |
provider
|
| Constructor Summary | |
HBaseContributionAdapter()
|
|
| 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)
|
R
|
withHTable(String tableName, CallableWithArgs callable)
|
R
|
withHTable(String configName, String tableName, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private HBaseProvider provider
| Constructor Detail |
|---|
HBaseContributionAdapter()
| Method Detail |
|---|
public HBaseProvider getHBaseProvider()
public void setHBaseProvider(HBaseProvider provider)
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 R withHTable(String tableName, CallableWithArgs callable)
public R withHTable(String configName, String tableName, CallableWithArgs callable)
Groovy Documentation