Class LocalIoTDBEvent
- java.lang.Object
-
- org.apache.iotdb.db.engine.trigger.sink.local.LocalIoTDBEvent
-
-
Constructor Summary
Constructors Constructor Description LocalIoTDBEvent(long timestamp, java.lang.Object... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimestamp()java.lang.Object[]getValues()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.db.engine.trigger.sink.api.Event
getFullPath
-
-