deletebuffer

package
v0.0.0-...-34e0b2d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDeleteBuffer

func NewDeleteBuffer() *deleteBuffer

Types

type BufferItem

type BufferItem struct {
	PartitionID int64
	DeleteData  storage.DeleteData
}

func (*BufferItem) Size

func (item *BufferItem) Size() int64

type DeleteBuffer

type DeleteBuffer[T timed] interface {
	Put(T)
	ListAfter(uint64) []T
	SafeTs() uint64
	TryDiscard(uint64)
}

DeleteBuffer is the interface for delete buffer.

func NewDoubleCacheDeleteBuffer

func NewDoubleCacheDeleteBuffer[T timed](startTs uint64, maxSize int64) DeleteBuffer[T]

func NewListDeleteBuffer

func NewListDeleteBuffer[T timed](startTs uint64, sizePerBlock int64) DeleteBuffer[T]

type Item

type Item struct {
	Ts   uint64
	Data []BufferItem
}

Item wraps cache item as `timed`.

func (*Item) Size

func (item *Item) Size() int64

Size implements `timed`.

func (*Item) Timestamp

func (item *Item) Timestamp() uint64

Timestamp implements `timed`.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL