Interface TcpOutputStrategy

    • Method Detail

      • updateData

        void updateData​(String path,
                        String owner,
                        Long timestamp,
                        List<Double> dblValues,
                        List<String> strValues)
                 throws 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:
        Exception - if an error occurs updating the file