public interface LogRecovery
LogManager
Modifier and Type | Method and Description |
---|---|
void |
recover(long cookie,
LogRecord rec)
Accepts a
LogRecord from the caller. |
void recover(long cookie, LogRecord rec) throws LogException
LogRecord
from the caller.cookie
- identifier associated with the information.rec
- the record.LogException
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.