public interface TransactionLogger
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all log data
|
void |
logCommitError(Task task)
Indicate a Storage commit error.
|
void |
logDelayedMasterCommit(Task task)
Register a slave storage commit for a request, which already run into timeout
|
void |
logNodePersistenceError(Task task)
Indicate a serious persistence error (potentially corrupted database or disk error)
|
void |
logSlaveTimeout(Task task)
Register a SLAVE request timeout
|
void |
logTimeoutCancelSuccess(Task task)
Register a successful task cancellation from Master node
Cancel request was initiated by request timeout.
|
void logSlaveTimeout(Task task)
task
- the taskvoid logTimeoutCancelSuccess(Task task)
task
- the taskvoid logDelayedMasterCommit(Task task)
task
- the taskvoid logNodePersistenceError(Task task)
task
- the taskvoid logCommitError(Task task)
task
- the taskvoid clear()
Copyright © 2005-2014 The Resoa Project, resoa.org.