replica

package
v0.0.0-...-f369c56 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2014 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package replica registers the "replica" blobserver storage type, providing synchronous replication to one more backends.

Writes wait for minWritesForSuccess (default: all). Reads are attempted in order and not load-balanced, randomized, or raced by default.

Example config:

"/repl/": {
    "handler": "storage-replica",
    "handlerArgs": {
        "backends": ["/b1/", "/b2/", "/b3/"],
        "minWritesForSuccess": 2
    }
},

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewForTest

func NewForTest(sto []blobserver.Storage) blobserver.Storage

NewForTest returns a replicated storage that writes, reads, and deletes from all the provided storages.

Types

This section is empty.

Jump to

Keyboard shortcuts

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