Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Commit ¶
func Commit(nodeTrees *hnsw.HnswBucket, bitmapIdex *index.BitmapIndex) error
func Rollup ¶
func Rollup() (*hnsw.HnswBucket, *index.BitmapIndex, error)
Recovery logic needs to be added in the future.
Types ¶
type BackupBucketList ¶
type BackupBucketList []string
type BackupConfig ¶
type BackupConfig map[string]hnsw.HnswConfig
type BackupHnswBucket ¶
type BackupHnswBucket struct {
DataNodes []hnsw.Node
BucketConfig hnsw.HnswConfig
BucketName string
}
type BackupNodes ¶
type SerdeBitmap ¶
type SerdeBitmap struct {
Data string `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.