@fluidframework/replay-driver Package
Interfaces
| Interface | Description |
|---|---|
| IFileSnapshot | Structure of snapshot on disk, when we store snapshot as single file |
Classes
| Class | Description |
|---|---|
| FileSnapshotReader | |
| OpStorage | |
| ReadDocumentStorageServiceBase | Partial implementation of IDocumentStorageService |
| ReplayController | Replay controller object It controls where we start (snapshot, local file, no snapshots) As well as dispatch of ops |
| ReplayDocumentService | The Replay document service dummies out the snapshot and the delta storage. Delta connection simulates the socket by fetching the ops from delta storage and emitting them with a pre determined delay |
| ReplayDocumentServiceFactory | |
| SnapshotStorage | |
| StaticStorageDocumentService | |
| StaticStorageDocumentServiceFactory |