# Functions
AllowDuplicatePuts is a write option which makes a CAR blockstore not deduplicate blocks in Put and PutMany.
DestroyShardSync calls the DAGStore DestroyShard method and waits synchronously in a dedicated channel until the shard has been destroyed completely.
FilestoreOf returns a FileManager/Filestore backed entirely by a blockstore without requiring a datastore.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOffsetReadSeeker returns an OffsetReadSeeker that reads from r starting offset offset off and stops with io.EOF when r reaches its end.
No description provided by the author
NewReadOnly creates a new ReadOnly blockstore from the backing with a optional index as idx.
No description provided by the author
No description provided by the author
OpenReadOnly opens a read-only blockstore from a CAR file (either v1 or v2), generating an index if it does not exist.
OpenReadWrite creates a new ReadWrite at the given path with a provided set of root CIDs and options.
No description provided by the author
No description provided by the author
ReadOnlyFilestore opens the CAR in the specified path as as a read-only blockstore, and fronts it with a Filestore whose positional mappings are stored inside the CAR itself.
ReadWriteFilestore opens the CAR in the specified path as as a read-write blockstore, and fronts it with a Filestore whose positional mappings are stored inside the CAR itself.
RegisterShardSync calls the DAGStore RegisterShard method and waits synchronously in a dedicated channel until the registration has completed fully.
No description provided by the author
No description provided by the author
No description provided by the author
UseWholeCIDs is a read option which makes a CAR blockstore identify blocks by whole CIDs, and not just their multihashes.
WithAsyncErrorHandler returns a context with async error handling set to the given errHandler.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
OffsetReadSeeker implements Read, and ReadAt on a section of an underlying io.ReaderAt.
No description provided by the author
ReadOnly provides a read-only CAR Block Store.
ReadOnlyBlockstores tracks open read blockstores.
ReadWrite implements a blockstore that stores blocks in CARv2 format.
ReadWriteBlockstores tracks open ReadWrite CAR blockstores.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
DAGStoreWrapper hides the details of the DAG store implementation from the other parts of go-fil-markets.
No description provided by the author
No description provided by the author