flusherimpl

package
v0.10.3-0...-a99c92e Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2025 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetExecPool

func GetExecPool() *conc.Pool[any]

func NewFlusher

func NewFlusher(chunkManager storage.ChunkManager) flusher.Flusher

Types

type ChannelLifetime

type ChannelLifetime interface {
	Run() error
	Cancel()
}

func NewChannelLifetime

func NewChannelLifetime(f *flusherImpl, vchannel string, wal wal.WAL) ChannelLifetime

type LifetimeState

type LifetimeState int
const (
	Pending LifetimeState = iota
	Cancel
	Fail
	Done
)

Jump to

Keyboard shortcuts

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