Groovy Documentation

griffon.plugins.leveldb
[Java] Class AbstractLeveldbProvider

java.lang.Object
  griffon.plugins.leveldb.AbstractLeveldbProvider
All Implemented Interfaces:
LeveldbProvider

public abstract class AbstractLeveldbProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractLeveldbProvider()

 
Method Summary
protected org.iq80.leveldb.DB getDatabase(String databaseName)

R withLeveldb(Closure closure)

R withLeveldb(String databaseName, Closure closure)

R withLeveldb(CallableWithArgs callable)

R withLeveldb(String databaseName, 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

AbstractLeveldbProvider

AbstractLeveldbProvider()


 
Method Detail

getDatabase

protected org.iq80.leveldb.DB getDatabase(String databaseName)


withLeveldb

public R withLeveldb(Closure closure)


withLeveldb

public R withLeveldb(String databaseName, Closure closure)


withLeveldb

public R withLeveldb(CallableWithArgs callable)


withLeveldb

public R withLeveldb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation