Closed jmsadair closed 11 months ago
Added a new interface PersistentStorage to reflect the shared behavior of Log, SnapshotStorage, and StateStorage. Refactored some of the error handling in the implementations of these interfaces.
PersistentStorage
Log
SnapshotStorage
StateStorage
Added a new interface
PersistentStorage
to reflect the shared behavior ofLog
,SnapshotStorage
, andStateStorage
. Refactored some of the error handling in the implementations of these interfaces.