Constructor and Description |
---|
MemoryLog() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closing the log.
|
LogValue |
get(LogKey pKey)
Getting a
LogValue for a given key |
boolean |
isClosed()
Check if log is closed or not.
|
void |
put(LogKey pKey,
LogValue pValue)
Putting a new entry to the log, overriding already existing entries.
|
public LogValue get(LogKey pKey) throws TTIOException
ILog
LogValue
for a given keyget
in interface ILog
pKey
- the keyLogValue
if present, false otherwiseTTIOException
public void put(LogKey pKey, LogValue pValue) throws TTIOException
ILog
put
in interface ILog
pKey
- to be setpValue
- to be setTTIOException
public void close() throws TTIOException
ILog
close
in interface ILog
TTIOException
Copyright © 2013. All Rights Reserved.