Groovy Documentation

griffon.plugins.hbase
[Java] Class HBaseContributionAdapter

java.lang.Object
  griffon.plugins.hbase.HBaseContributionAdapter
All Implemented Interfaces:
HBaseContributionHandler

public class HBaseContributionAdapter
extends Object

Authors:
Andres Almiray


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

DEFAULT

private static final String DEFAULT


provider

private HBaseProvider provider


 
Constructor Detail

HBaseContributionAdapter

HBaseContributionAdapter()


 
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 R withHTable(String tableName, CallableWithArgs callable)


withHTable

public R withHTable(String configName, String tableName, CallableWithArgs callable)


 

Groovy Documentation