etcd/storage
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 storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00
storagepb storage: add kv and event proto 2015-05-18 14:35:10 -07:00
index.go storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00
index_test.go storage: refactor key_index 2015-05-31 15:24:04 -07:00
key_index.go storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00
key_index_test.go storage: refactor key_index 2015-05-31 15:24:04 -07:00
kv.go storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00
kvstore.go storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00
kvstore_compaction.go storage: initial compact 2015-06-05 09:22:44 -07:00
kvstore_test.go storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00
reversion.go storage: initial snapshot and restore 2015-06-10 11:32:10 -07:00