Skip to main content

Crate feldera_storage

Crate feldera_storage 

Source
Expand description

Common Types and Trait Definition for Storage in Feldera.

Modules§

block
checkpoint_synchronizer
error
fbuf
A custom buffer type that works with our read/write APIs and the buffer-cache.
file
histogram
metrics
tokio

Structs§

StoragePath
A parsed path representation that can be safely written to object storage
StoragePathPart
The PathPart type exists to validate the directory/file names that form part of a path.

Enums§

StorageFileType

Traits§

FileCommitter
Allows a file to be committed to stable storage.
FileReader
A readable file.
FileRw
A file being read or written.
FileWriter
A file being written.
StorageBackend
A storage backend.
StorageBackendFactory

Functions§

append_to_path
Helper function that appends to a PathBuf.
default_read_async
Default implementation for FileReader::read_async.