Interface StorageSession

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void store​(java.lang.String tag, java.lang.Object value, int quality, long timestamp)
      Stores a value for the given tag path.
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Method Detail

      • store

        void store​(java.lang.String tag,
                   java.lang.Object value,
                   int quality,
                   long timestamp)
            throws java.lang.Exception
        Stores a value for the given tag path.
        Throws:
        java.lang.Exception