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
LogException
void put(java.lang.String id, PendingTransactionRecord pendingTransactionRecord) throws LogWriteException
LogWriteException
PendingTransactionRecord get(java.lang.String coordinatorId) throws LogReadException
LogReadException
java.util.Collection<PendingTransactionRecord> findAllCommittingCoordinatorLogEntries() throws LogReadException
LogReadException
java.util.Collection<PendingTransactionRecord> getAllCoordinatorLogEntries() throws LogReadException
LogReadException
void writeCheckpoint(java.util.Collection<PendingTransactionRecord> checkpointContent) throws LogWriteException
LogWriteException
void close()
Copyright © 2020. All Rights Reserved.