Module methanol

Interface TestableStore

  • All Known Implementing Classes:
    DiskStore

    public interface TestableStore
    • 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).