olap

package
v0.86.17 Latest Latest
Warning

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

Go to latest
Published: May 13, 2026 License: MIT Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OLAPController

type OLAPController interface {
	Start(ctx context.Context) error
}

type OLAPControllerImpl

type OLAPControllerImpl struct {
	// contains filtered or unexported fields
}

func New

func (*OLAPControllerImpl) Start

func (o *OLAPControllerImpl) Start() (func() error, error)

type OLAPControllerOpt

type OLAPControllerOpt func(*OLAPControllerOpts)

func WithAnalyzeCronInterval

func WithAnalyzeCronInterval(interval time.Duration) OLAPControllerOpt

func WithLogger

func WithLogger(l *zerolog.Logger) OLAPControllerOpt

func WithMQQos added in v0.86.4

func WithMQQos(qos int) OLAPControllerOpt

func WithMaxRequeueCount added in v0.86.12

func WithMaxRequeueCount(count int) OLAPControllerOpt

func WithMessageQueue

func WithMessageQueue(mq msgqueue.MessageQueue) OLAPControllerOpt

func WithOLAPStatusUpdateBatchSizeLimits

func WithOLAPStatusUpdateBatchSizeLimits(limits v1.StatusUpdateBatchSizeLimits) OLAPControllerOpt

func WithPartition

func WithPartition(p *partition.Partition) OLAPControllerOpt

func WithPrometheusMetricsEnabled

func WithPrometheusMetricsEnabled(enabled bool) OLAPControllerOpt

func WithRepository

func WithRepository(r v1.Repository) OLAPControllerOpt

type OLAPControllerOpts

type OLAPControllerOpts struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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