controller

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RPCTimeout = 60 * time.Second

	LauncherBinary = "longhorn-engine-launcher"
)

Variables

View Source
var (
	ErrNoBackend = errors.New("No backend available")
)

Functions

This section is empty.

Types

type BackendError

type BackendError struct {
	Errors map[string]error
}

func (*BackendError) Error

func (b *BackendError) Error() string

type Controller

type Controller struct {
	sync.RWMutex
	Name string

	RestServer *http.Server

	Broadcaster *broadcaster.Broadcaster
	// contains filtered or unexported fields
}

func NewController

func NewController(name string, factory types.BackendFactory, frontend types.Frontend, launcher, launcherID string) *Controller

func (*Controller) AddReplica

func (c *Controller) AddReplica(address string) error

func (*Controller) Close

func (c *Controller) Close() error

func (*Controller) Endpoint added in v0.3.0

func (c *Controller) Endpoint() string

func (*Controller) Frontend added in v0.3.0

func (c *Controller) Frontend() string

func (*Controller) ListReplicas

func (c *Controller) ListReplicas() []types.Replica

func (*Controller) PrepareRebuildReplica added in v0.3.0

func (c *Controller) PrepareRebuildReplica(address string) ([]string, error)

func (*Controller) ReadAt

func (c *Controller) ReadAt(b []byte, off int64) (int, error)

func (*Controller) RemoveReplica

func (c *Controller) RemoveReplica(address string) error

func (*Controller) Revert added in v0.2.0

func (c *Controller) Revert(name string) error

func (*Controller) SetReplicaMode

func (c *Controller) SetReplicaMode(address string, mode types.Mode) error

func (*Controller) Shutdown

func (c *Controller) Shutdown() error

func (*Controller) Size

func (c *Controller) Size() (int64, error)

func (*Controller) Snapshot

func (c *Controller) Snapshot(name string, labels map[string]string) (string, error)

func (*Controller) Start

func (c *Controller) Start(addresses ...string) error

func (*Controller) StartRestServer added in v0.3.0

func (c *Controller) StartRestServer() error

func (*Controller) UpdatePort added in v0.3.0

func (c *Controller) UpdatePort(newPort int) error

func (*Controller) VerifyRebuildReplica added in v0.3.0

func (c *Controller) VerifyRebuildReplica(address string) error

func (*Controller) WaitForShutdown added in v0.3.0

func (c *Controller) WaitForShutdown() error

func (*Controller) WriteAt

func (c *Controller) WriteAt(b []byte, off int64) (int, error)

type MultiWriterAt

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

func (*MultiWriterAt) WriteAt

func (m *MultiWriterAt) WriteAt(p []byte, off int64) (n int, err error)

type MultiWriterError

type MultiWriterError struct {
	Writers []io.WriterAt
	Errors  []error
}

func (*MultiWriterError) Error

func (m *MultiWriterError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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