cleaner

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	CleanIndices(ctx context.Context, filter loader.Matcher) error
}

Interface .

type NodeDiskUsage

type NodeDiskUsage struct {
	ID           string
	Total        int64
	Used         int64
	Store        int64
	UsedPercent  float64
	StorePercent float64
	ExpectDelete int64
	Deleted      int64
}

NodeDiskUsage .

type RetentionStrategy

type RetentionStrategy interface {
	GetTTL(*loader.IndexEntry) time.Duration
}

RetentionStrategy .

type RetentionStrategyLoader

type RetentionStrategyLoader interface {
	Loading(ctx context.Context)
}

RetentionStrategyLoader .

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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