|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.persistence.LogStore
public final class LogStore
Nested Class Summary | |
---|---|
static class |
LogStore.Entry
|
Constructor Summary | |
---|---|
LogStore(boolean keepAll)
|
Method Summary | |
---|---|
void |
add(Transaction.Key key,
Transaction.Data data)
|
void |
clear()
|
Transaction.Data |
get(Transaction.Key key)
|
LogStore.Entry |
getFirstEntry()
|
LogStore.Entry |
getLastEntry()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogStore(boolean keepAll)
Method Detail |
---|
public void add(Transaction.Key key, Transaction.Data data)
public void clear()
public Transaction.Data get(Transaction.Key key)
public LogStore.Entry getFirstEntry()
public LogStore.Entry getLastEntry()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |