public interface Repository
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Collection<PendingTransactionRecord> |
findAllCommittingCoordinatorLogEntries() |
PendingTransactionRecord |
get(java.lang.String coordinatorId) |
java.util.Collection<PendingTransactionRecord> |
getAllCoordinatorLogEntries() |
void |
init() |
void |
put(java.lang.String id,
PendingTransactionRecord pendingTransactionRecord) |
void |
writeCheckpoint(java.util.Collection<PendingTransactionRecord> checkpointContent) |
void init() throws LogException
LogExceptionvoid put(java.lang.String id,
PendingTransactionRecord pendingTransactionRecord)
throws LogWriteException
LogWriteExceptionPendingTransactionRecord get(java.lang.String coordinatorId) throws LogReadException
LogReadExceptionjava.util.Collection<PendingTransactionRecord> findAllCommittingCoordinatorLogEntries() throws LogReadException
LogReadExceptionjava.util.Collection<PendingTransactionRecord> getAllCoordinatorLogEntries() throws LogReadException
LogReadExceptionvoid writeCheckpoint(java.util.Collection<PendingTransactionRecord> checkpointContent) throws LogWriteException
LogWriteExceptionvoid close()
Copyright © 2020. All Rights Reserved.