Constructor and Description |
---|
MapDB(File dbPath) |
MapDB(String path,
String dbFolder) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
Map |
getCollection(String collection) |
Set<String> |
getCollections() |
static MapDB |
getDb(String dbName) |
static MapDB |
getDb(String path,
String dbName) |
boolean |
hasCollection(String collection) |
void |
rmCollection(String collection) |
Copyright © 2013. All rights reserved.