|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.cassandra.AbstractCassandraProvider
public abstract class AbstractCassandraProvider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractCassandraProvider()
|
|
| Method Summary | |
|---|---|
protected DataSource
|
getDataSource(String dataSourceName)
|
R
|
withCql(Closure closure)
|
R
|
withCql(String dataSourceName, Closure closure)
|
R
|
withCql(CallableWithArgs callable)
|
R
|
withCql(String dataSourceName, 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 |
|---|
AbstractCassandraProvider()
| Method Detail |
|---|
protected DataSource getDataSource(String dataSourceName)
public R withCql(Closure closure)
public R withCql(String dataSourceName, Closure closure)
public R withCql(CallableWithArgs callable)
public R withCql(String dataSourceName, CallableWithArgs callable)
Groovy Documentation