Interface StorageWrite

  • All Known Implementing Classes:
    FileStorageProxyImpl

    public interface StorageWrite
    Interface to write an in the storage system
    Author:
    Julien Buret, Nicolas Droze, Bruno Dillenseger
    • Method Detail

      • write

        void write​(BladeEvent event)
            throws ClifException
        Write a ActionStat to the storage system.
        Parameters:
        event - The event to be written
        Throws:
        ClifException - an exception occured while trying to write the given event