# Functions
bloomName returns the backend bloom name for the given shard.
NewBloom creates a ShardedBloomFilter.
No description provided by the author
SortRecords sorts a slice of record pointers.
ValidateConfig returns true if the config is valid.
For backward compatibility.
# Constants
NameIndex names the backend index object.
NameObjects names the backend data object.
# Structs
BlockConfig holds configuration options for newly created blocks.
No description provided by the author
No description provided by the author
Record represents the location of an ID in an object file.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
DataReader returns a slice of pages in the encoding/v0 format referenced by the slice of *Records passed in.
DataWriter is used to write paged data to the backend.
DataWriterGeneric writes objects instead of byte slices.
No description provided by the author
IndexReader is used to abstract away the details of an index.
IndexWriter is used to write paged indexes.
No description provided by the author
ObjectReaderWriter represents a library of methods to read and write at the object level.
RecordReaderWriter represents a library of methods to read and write records.
No description provided by the author