keep track of total data file size
This commit is contained in:
@@ -24,7 +24,7 @@ const (
|
||||
type NeedleMapper interface {
|
||||
Put(key uint64, offset uint32, size uint32) error
|
||||
Get(key uint64) (element *NeedleValue, ok bool)
|
||||
Delete(key uint64) error
|
||||
Delete(key uint64, offset uint32) error
|
||||
Close()
|
||||
Destroy() error
|
||||
ContentSize() uint64
|
||||
|
||||
Reference in New Issue
Block a user