etcd/storage/backend
Xiang Li ba9a46aa02 storage: initial snapshot and restore
Snapshot takes an io.Writer and writes the entire backend data to
the given writer. Snapshot writes a consistent view and does not
block other storage operations.

Restore restores the in-memory states (index and book keeping) of
the storage from the backend data.
2015-06-10 11:32:10 -07:00
..
backend.go storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00
backend_bench_test.go storage: add a simple backend and kv example 2015-05-14 20:43:32 -07:00
backend_test.go storage: address barak's comments 2015-05-20 17:47:35 -07:00
batch_tx.go storage: initial compact 2015-06-05 09:22:44 -07:00