|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hbase.AbstractHBaseProvider
public abstract class AbstractHBaseProvider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractHBaseProvider()
|
|
| Method Summary | |
|---|---|
protected org.apache.hadoop.conf.Configuration
|
getConfiguration(String configName)
|
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 static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractHBaseProvider()
| Method Detail |
|---|
protected org.apache.hadoop.conf.Configuration getConfiguration(String configName)
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