task

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2019 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package task defines a synchronization task

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sync

type Sync struct {
	Source Endpoint
	Target Endpoint

	EchoFilter *filters.EchoFilter
	Merger     *proc.Merger
	Direction  string
	// contains filtered or unexported fields
}

func NewSync

func NewSync(ctx context.Context, left Endpoint, right Endpoint) *Sync

func (*Sync) BroadcastCloseSession

func (s *Sync) BroadcastCloseSession(sessionUuid string)

BroadcastCloseSession forwards session id to underlying batchers

func (*Sync) InitialSnapshots

func (s *Sync) InitialSnapshots(ctx context.Context, dryRun bool, statusChan chan filters.BatchProcessStatus, doneChan chan bool) (diff *proc.SourceDiff, e error)

InitialSnapshots computes and compares full left and right snapshots

func (*Sync) Resync

func (s *Sync) Resync(ctx context.Context, dryRun bool, statusChan chan filters.BatchProcessStatus, doneChan chan bool) (*proc.SourceDiff, error)

func (*Sync) SetupWatcher

func (s *Sync) SetupWatcher(ctx context.Context, source PathSyncSource, target PathSyncTarget) error

SetupWatcher starts watching events for sync

func (*Sync) Shutdown

func (s *Sync) Shutdown()

Shutdown closes channels

func (*Sync) Start

func (s *Sync) Start(ctx context.Context)

Start makes a first sync and setup watchers

Jump to

Keyboard shortcuts

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