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.
|
LogValue get(LogKey pKey) throws TTIOException
LogValue
for a given keypKey
- the keyLogValue
if present, false otherwiseTTIOException
void put(LogKey pKey, LogValue pValue) throws TTIOException
pKey
- to be setpValue
- to be setTTIOException
void close() throws TTIOException
TTIOException
boolean isClosed()
Copyright © 2013. All Rights Reserved.