Class ForwardEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      ForwardEvent​(long timestamp, java.lang.Object value, org.apache.iotdb.commons.path.PartialPath fullPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.iotdb.commons.path.PartialPath getFullPath()  
      long getTimestamp()  
      java.lang.Object getValue()  
      java.lang.String toJsonString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PAYLOADS_FORMATTER_REGEX

        public static final java.lang.String PAYLOADS_FORMATTER_REGEX
        See Also:
        Constant Field Values
    • Constructor Detail

      • ForwardEvent

        public ForwardEvent​(long timestamp,
                            java.lang.Object value,
                            org.apache.iotdb.commons.path.PartialPath fullPath)
    • Method Detail

      • toJsonString

        public java.lang.String toJsonString()
      • getTimestamp

        public long getTimestamp()
      • getValue

        public java.lang.Object getValue()
      • getFullPath

        public org.apache.iotdb.commons.path.PartialPath getFullPath()
        Specified by:
        getFullPath in interface Event