sapling/eden/fs/config
Adam Simpkins d9be0757b8 add a BackingStore API
Summary:
Add the basic BackingStore interface, plus a NullBackingStore implementation
that always returns null.  This updates the ObjectStore to query the
BackingStore if data is not found in the LocalStore.

Additionally, this updates EdenServer to manage the BackingStore objects.  It
maintains a map of the BackingStore objects created for each known repository.

Reviewed By: bolinfest

Differential Revision: D3409602

fbshipit-source-id: 2920dc4c24ee1ec37efb542f058d0d121ceb5532
2016-06-13 15:16:29 -07:00
..
test Change ClientConfig.getSnapshotID() to return a Hash instead of a string. 2016-05-13 15:10:22 -07:00
ClientConfig.cpp add a BackingStore API 2016-06-13 15:16:29 -07:00
ClientConfig.h add a BackingStore API 2016-06-13 15:16:29 -07:00
TARGETS Change ClientConfig.getSnapshotID() to return a Hash instead of a string. 2016-05-13 15:10:22 -07:00