etcd/storage
Xiang Li 1e61243fd7 Merge pull request #4134 from xiang90/lease
lease: modify API and persist lease to disk
2016-01-05 10:30:52 -08:00
..
backend storage/backend: disable MAP_POPULATE on Solaris 2016-01-04 14:42:57 -08:00
storagepb *: WatchResponse for multiple Events with WatchID 2016-01-03 16:32:48 -08:00
consistent_watchable_store.go *: move leaseID typedef to lease pkg 2016-01-05 10:18:17 -08:00
consistent_watchable_store_test.go *: support put with lease 2016-01-04 15:54:06 -08:00
doc.go *: add missing package descriptions 2015-11-17 20:54:10 -08:00
index.go storage: remove the event concept from key-value layer 2015-11-17 20:35:49 -08:00
index_test.go storage: change var names from 'index' 2015-12-12 16:37:24 -08:00
key_index.go storage: add/fix revision/generation description 2015-12-28 19:32:03 -08:00
key_index_test.go storage: fix missing continue in keyIndex.since 2015-09-19 23:01:18 -07:00
kv.go Merge pull request #4134 from xiang90/lease 2016-01-05 10:30:52 -08:00
kv_test.go Merge pull request #4134 from xiang90/lease 2016-01-05 10:30:52 -08:00
kvstore.go *: move leaseID typedef to lease pkg 2016-01-05 10:18:17 -08:00
kvstore_bench_test.go *: support put with lease 2016-01-04 15:54:06 -08:00
kvstore_compaction.go *: add missing license headers 2015-09-15 14:09:01 -07:00
kvstore_compaction_test.go storage: decouple default parameters and storage creation 2015-12-31 22:28:59 +09:00
kvstore_test.go Merge pull request #4134 from xiang90/lease 2016-01-05 10:30:52 -08:00
metrics.go storage: rename watching -> watcher 2016-01-02 20:20:22 -08:00
revision.go storage: add/fix revision/generation description 2015-12-28 19:32:03 -08:00
revision_test.go *: add missing license headers 2015-09-15 14:09:01 -07:00
watchable_store.go Merge pull request #4134 from xiang90/lease 2016-01-05 10:30:52 -08:00
watchable_store_bench_test.go storage: change type of WatchIDs from int64 to WatchID 2016-01-04 19:52:22 -08:00
watchable_store_test.go storage: change type of WatchIDs from int64 to WatchID 2016-01-04 19:52:22 -08:00
watcher.go storage: change type of WatchIDs from int64 to WatchID 2016-01-04 19:52:22 -08:00
watcher_bench_test.go *: rename watcher to watchStream 2016-01-02 16:03:57 -08:00
watcher_test.go storage: change type of WatchIDs from int64 to WatchID 2016-01-04 19:52:22 -08:00