-
- All Known Implementing Classes:
DiskStore
public interface TestableStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>entriesOnUnderlyingStorageForTesting(java.lang.String key)Returns string representations for the resources an entry with the given key occupies on the underlying store.
-
-
-
Method Detail
-
entriesOnUnderlyingStorageForTesting
java.util.List<java.lang.String> entriesOnUnderlyingStorageForTesting(java.lang.String key)
Returns string representations for the resources an entry with the given key occupies on the underlying store. Implementation must skip intermediary data structures and directly interact with the underlying store (e.g. filesystem).
-
-