| Interface | Description |
|---|---|
| AdminLog |
Handle to the transactions log for admin purposes.
|
| OltpLog |
Handle to the transaction logs for writing during transaction processing.
|
| OltpLogFactory |
Non-default OLTP logging can be enabled by registering an instance
of this interface via the ServiceLoader mechanism of the JDK.
|
| RecoveryLog |
Handle to the transaction logs for recovery purposes.
|
| Repository |
Abstraction of where transaction log entries are stored and retrieved.
|
| Class | Description |
|---|---|
| CoordinatorLogEntry |
Coordinator snapshot for logging and recovery purposes.
|
| ParticipantLogEntry |
Participant snapshot for logging and recovery purposes.
|
| Enum | Description |
|---|---|
| TxState |
The states for a distributed transaction system.
|
| Exception | Description |
|---|---|
| LogException | |
| LogReadException | |
| LogWriteException |
Copyright © 2018. All Rights Reserved.