Groovy Documentation

griffon.plugins.cassandra
[Java] Class AbstractCassandraProvider

java.lang.Object
  griffon.plugins.cassandra.AbstractCassandraProvider
All Implemented Interfaces:
CassandraProvider

public abstract class AbstractCassandraProvider
extends Object

Authors:
Andres Almiray


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

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractCassandraProvider

AbstractCassandraProvider()


 
Method Detail

getDataSource

protected DataSource getDataSource(String dataSourceName)


withCql

public R withCql(Closure closure)


withCql

public R withCql(String dataSourceName, Closure closure)


withCql

public R withCql(CallableWithArgs callable)


withCql

public R withCql(String dataSourceName, CallableWithArgs callable)


 

Groovy Documentation