Documentation
¶
Index ¶
- Constants
- type FileDB
- func (fdb *FileDB) Close()
- func (f *FileDB) Merge(items ...interface{}) (uint, error)
- func (f *FileDB) MergeFile(filename string) (uint, error)
- func (f *FileDB) MergeReader(reader io.Reader) (uint, error)
- func (fdb *FileDB) Process() error
- func (fdb *FileDB) Reset() error
- func (fdb *FileDB) Scan(handler func([]byte, []byte) error) error
- func (fdb *FileDB) Set(k, v []byte) error
- func (fdb *FileDB) Size() int64
- type Options
- type Stats
Constants ¶
View Source
const MaxBufSize = 512 * 1024 * 1024
View Source
const Separator = ";;;"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileDB ¶
FileDB - represents a file db implementation
Click to show internal directories.
Click to hide internal directories.