compactor

package
v1.3.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compactable

type Compactable interface {
	Compact(ctx context.Context, r *pb.CompactionRequest) (*pb.CompactionResponse, error)
}

type Periodic

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

func NewPeriodic

func NewPeriodic(h int, rg RevGetter, c Compactable) *Periodic

func (*Periodic) Pause

func (t *Periodic) Pause()

func (*Periodic) Resume

func (t *Periodic) Resume()

func (*Periodic) Run

func (t *Periodic) Run()

func (*Periodic) Stop

func (t *Periodic) Stop()

type RevGetter

type RevGetter interface {
	Rev() int64
}

Jump to

Keyboard shortcuts

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