scheduler

package
v2.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TTLExpirationScheduler

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

TTLExpirationScheduler is a scheduler used to perform actions when TTLs expire

func New

New returns a new instance of the scheduler

func (*TTLExpirationScheduler) AddBlob

func (ttles *TTLExpirationScheduler) AddBlob(dgst string, ttl time.Duration) error

AddBlob schedules a blob cleanup after ttl expires

func (*TTLExpirationScheduler) AddManifest

func (ttles *TTLExpirationScheduler) AddManifest(repoName string, ttl time.Duration) error

AddManifest schedules a manifest cleanup after ttl expires

func (*TTLExpirationScheduler) OnBlobExpire

func (ttles *TTLExpirationScheduler) OnBlobExpire(f expiryFunc)

OnBlobExpire is called when a scheduled blob's TTL expires

func (*TTLExpirationScheduler) OnManifestExpire

func (ttles *TTLExpirationScheduler) OnManifestExpire(f expiryFunc)

OnManifestExpire is called when a scheduled manifest's TTL expires

func (*TTLExpirationScheduler) Start

func (ttles *TTLExpirationScheduler) Start() error

Start starts the scheduler

Jump to

Keyboard shortcuts

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