Package | Description |
---|---|
org.treetank.io |
This package represent the interaction of treetank with the
backend (namely a file, a berkley-db, a database).
|
Modifier and Type | Method and Description |
---|---|
LogValue |
MemoryLog.get(LogKey pKey) |
LogValue |
LRULog.get(LogKey pKey)
Getting a
LogValue for a given key |
LogValue |
ILog.get(LogKey pKey)
Getting a
LogValue for a given key |
void |
MemoryLog.put(LogKey pKey,
LogValue pValue) |
void |
LRULog.put(LogKey pKey,
LogValue pValue)
Putting a new entry to the log, overriding already existing entries.
|
void |
ILog.put(LogKey pKey,
LogValue pValue)
Putting a new entry to the log, overriding already existing entries.
|
Copyright © 2013. All Rights Reserved.