Commit 8dc1759
Add AccessTimeMapConfig Thrift struct for ATM persistence
Summary:
Add a new `AccessTimeMapConfig` Thrift struct to the navy serialization
schema. This struct stores the metadata needed to validate and restore
AccessTimeMap entries during warm restart: version, numShards, maxSize,
and entryCount.
This is a pure schema addition with no consumers yet — the persist/recover
methods that use it will be added in a follow-up diff.
Reviewed By: byahn0996
Differential Revision: D95332902
fbshipit-source-id: e4cf5a536490289b889f309df8d6857d23e955fb1 parent db1a1da commit 8dc1759
1 file changed
Lines changed: 7 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
0 commit comments