Interface CheckableStore

  • All Superinterfaces:
    AutoCloseable, Store

    public interface CheckableStore
    extends Store
    A store that can be checked out, that is, its view of the world can be moved back in time. Different moments of the store are identifies by hashes, that can be checked out when needed.
    • Method Detail

      • checkout

        void checkout​(byte[] hash)
        Resets the store to the view of the world expressed by the given hash.
        Parameters:
        hash - the hash to reset to