wp
This commit is contained in:
8
qb.go
8
qb.go
@@ -26,7 +26,11 @@ type TimestampCompressor interface {
|
||||
CalcRequiredSpace(uint32) int
|
||||
Append(uint32)
|
||||
Size() int
|
||||
Chunks() [][]byte
|
||||
DeleteLast()
|
||||
Renew()
|
||||
Lock()
|
||||
Unlock()
|
||||
//LastTimestamp() uint32
|
||||
}
|
||||
|
||||
@@ -34,7 +38,11 @@ type ValueCompressor interface {
|
||||
CalcRequiredSpace(float64) int
|
||||
Append(float64)
|
||||
Size() int
|
||||
Chunks() [][]byte
|
||||
DeleteLast()
|
||||
Renew() // створює новий conbuf, але не чіпає state
|
||||
Lock()
|
||||
Unlock()
|
||||
//LastValue() float64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user