Interface TcpOutputStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updateData​(java.lang.String path, java.lang.String owner, java.lang.Long timestamp, java.util.List<java.lang.Double> dblValues, java.util.List<java.lang.String> strValues)
      Updates the TCP output stream with the supplied values
    • Method Detail

      • updateData

        void updateData​(java.lang.String path,
                        java.lang.String owner,
                        java.lang.Long timestamp,
                        java.util.List<java.lang.Double> dblValues,
                        java.util.List<java.lang.String> strValues)
                 throws java.lang.Exception
        Updates the TCP output stream with the supplied values
        Parameters:
        path - the hierarchy path for the data
        owner - the owner of the data
        dblValues - a list of Double values
        strValues - a list of String values
        Throws:
        java.lang.Exception - if an error occurs updating the file