unaligned

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compactor

type Compactor interface {
	// Start starts the compactor
	Start(ctx context.Context) error
	// Stop stops the compactor
	Stop() error
}

Compactor compacts the unalignedWAL by deleting the persisted messages which belongs to the materialized window.

type GCEventsWAL

type GCEventsWAL interface {
	// PersistGCEvent persists the GC event of the window
	PersistGCEvent(window window.TimedWindow) error
	// Close closes the GCEventsWAL
	Close() error
}

GCEventsWAL persists the GC events from PnF of unaligned windows.

Directories

Path Synopsis
Package fs implements write-ahead-log on FileSystem.
Package fs implements write-ahead-log on FileSystem.

Jump to

Keyboard shortcuts

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