device

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewController

func NewController(mastership mastershipstore.Store, devices devicestore.Store,
	cache cache.Cache, changes changestore.Store) *controller.Controller

NewController returns a new network controller

Types

type Partitioner

type Partitioner struct {
}

Partitioner is a WorkPartitioner for devices

func (*Partitioner) Partition

func (p *Partitioner) Partition(id types.ID) (controller.PartitionKey, error)

Partition returns the device as a partition key

type Reconciler

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

Reconciler is a device change reconciler

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(id types.ID) (controller.Result, error)

Reconcile reconciles the state of a device change

type Resolver

type Resolver struct {
}

Resolver is a DeviceResolver that resolves device IDs from device change IDs

func (*Resolver) Resolve

func (r *Resolver) Resolve(id types.ID) (topodevice.ID, error)

Resolve resolves a device ID from a device change ID

type Watcher

type Watcher struct {
	DeviceCache cache.Cache
	ChangeStore devicechangestore.Store
	// contains filtered or unexported fields
}

Watcher is a device change watcher

func (*Watcher) Start

func (w *Watcher) Start(ch chan<- types.ID) error

Start starts the device change watcher

func (*Watcher) Stop

func (w *Watcher) Stop()

Stop stops the device change watcher

Jump to

Keyboard shortcuts

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