Interface StorageAdmin

  • All Known Implementing Classes:
    ConsoleFileStorageImpl

    public interface StorageAdmin
    Interface for controlling the storage system
    Author:
    Julien Buret, Nicolas Droze, Bruno Dillenseger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String STORAGE_ADMIN  
    • Method Detail

      • terminate

        void terminate()
        Terminates the storage system
      • collect

        void collect​(java.io.Serializable selBlades,
                     CollectListener listener)
        Collects the latest test data
      • newTest

        void newTest​(java.io.Serializable testId,
                     java.util.Map<java.lang.String,​ClifDeployDefinition> definitions)
              throws ClifException
        Informs the storage system about the beginning of a new test
        Parameters:
        testId - test identifier object
        definitions - map of blade deployment definitions, indexed by a unique blade identifier
        Throws:
        ClifException
        See Also:
        DeployDefinition