|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umn.cs.nlp.test.ThreadingDB
public class ThreadingDB
| Constructor Summary | |
|---|---|
ThreadingDB(String databaseFile,
String environmentDirectory,
String encoding,
boolean allowDuplicates)
|
|
| Method Summary | |
|---|---|
void |
close()
|
static void |
createDB(String databaseFile,
String environmentDirectory,
String encoding,
boolean allowDuplicates)
|
String |
get(String key)
|
Collection<String> |
getUsingCursor(String key)
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadingDB(String databaseFile,
String environmentDirectory,
String encoding,
boolean allowDuplicates)
| Method Detail |
|---|
public static void createDB(String databaseFile,
String environmentDirectory,
String encoding,
boolean allowDuplicates)
public String get(String key)
public Collection<String> getUsingCursor(String key)
public void close()
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||