snapshot

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Snapshot

type Snapshot struct {
	// Key is the key of the snapshot
	Key string
	// Kind is the kind of the snapshot (active, commited, view)
	Kind snapshot.Kind
	// Size is the size of the snapshot in bytes.
	Size uint64
	// Inodes is the number of inodes used by the snapshot
	Inodes uint64
	// Timestamp is latest update time (in nanoseconds) of the snapshot
	// information.
	Timestamp int64
}

Snapshot contains the information about the snapshot.

type Store

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

Store stores all snapshots.

func NewStore

func NewStore() *Store

NewStore creates a snapshot store.

func (*Store) Add

func (s *Store) Add(snapshot Snapshot)

Add a snapshot into the store.

func (*Store) Delete

func (s *Store) Delete(key string)

Delete deletes the snapshot with specified key.

func (*Store) Get

func (s *Store) Get(key string) (Snapshot, error)

Get returns the snapshot with specified key. Returns store.ErrNotExist if the snapshot doesn't exist.

func (*Store) List

func (s *Store) List() []Snapshot

List lists all snapshots.

Jump to

Keyboard shortcuts

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