replicator

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2021 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*cfg)

Option is an option for Policer constructor.

func WithLocalStorage

func WithLocalStorage(v *engine.StorageEngine) Option

WithLocalStorage returns option to set local object storage of Replicator.

func WithLogger

func WithLogger(v *logger.Logger) Option

WithLogger returns option to set Logger of Replicator.

func WithPutTimeout

func WithPutTimeout(v time.Duration) Option

WithPutTimeout returns option to set Put timeout of Replicator.

func WithRemoteSender

func WithRemoteSender(v *putsvc.RemoteSender) Option

WithRemoteSender returns option to set remote object sender of Replicator.

type Replicator

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

Replicator represents the utility that replicates local objects to remote nodes.

func New

func New(opts ...Option) *Replicator

New creates, initializes and returns Replicator instance.

func (*Replicator) AddTask

func (p *Replicator) AddTask(t *Task)

AddTask pushes replication task to Replicator queue.

If task queue is full, log message is written.

func (*Replicator) Run

func (p *Replicator) Run(ctx context.Context)

type Task

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

Task represents group of Replicator task parameters.

func (*Task) WithCopiesNumber

func (t *Task) WithCopiesNumber(v uint32) *Task

WithCopiesNumber sets number of copies to replicate.

func (*Task) WithNodes

func (t *Task) WithNodes(v netmap.Nodes) *Task

WithNodes sets list of potential object holders.

func (*Task) WithObjectAddress

func (t *Task) WithObjectAddress(v *object.Address) *Task

WithObjectAddress sets address of local object.

Jump to

Keyboard shortcuts

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