|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.leveldb.AbstractLeveldbProvider
public abstract class AbstractLeveldbProvider extends Object
| 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 |
|---|
private static final String DEFAULT
private static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractLeveldbProvider()
| Method Detail |
|---|
protected org.iq80.leveldb.DB getDatabase(String databaseName)
public R withLeveldb(Closure closure)
public R withLeveldb(String databaseName, Closure closure)
public R withLeveldb(CallableWithArgs callable)
public R withLeveldb(String databaseName, CallableWithArgs callable)
Groovy Documentation