Uses of Interface
org.apache.iotdb.pipe.api.event.Event
Packages that use Event
Package
Description
-
Uses of Event in org.apache.iotdb.pipe.api
Methods in org.apache.iotdb.pipe.api that return EventMethods in org.apache.iotdb.pipe.api with parameters of type EventModifier and TypeMethodDescriptionvoidPipeProcessor.process(Event event, EventCollector eventCollector) This method is called to process the genericEvent.voidDeprecated.This method is used to transfer genericEvents.voidThis method is used to transfer the genericEvents, including HeartbeatEvent. -
Uses of Event in org.apache.iotdb.pipe.api.collector
Methods in org.apache.iotdb.pipe.api.collector with parameters of type Event -
Uses of Event in org.apache.iotdb.pipe.api.event
Classes in org.apache.iotdb.pipe.api.event that implement EventModifier and TypeClassDescriptionclassUser defined event is used to wrap data generated by users, keeping a source event to automatically report the processing progress to pipe engine.Fields in org.apache.iotdb.pipe.api.event declared as EventModifier and TypeFieldDescriptionprotected final EventUserDefinedEvent.sourceEventThe user defined event is generated from this source event.Methods in org.apache.iotdb.pipe.api.event that return EventConstructors in org.apache.iotdb.pipe.api.event with parameters of type Event -
Uses of Event in org.apache.iotdb.pipe.api.event.dml.insertion
Subinterfaces of Event in org.apache.iotdb.pipe.api.event.dml.insertionModifier and TypeInterfaceDescriptioninterfaceTabletInsertionEventis used to define the event of data insertion.interfaceTsFileInsertionEventis used to define the event of writing TsFile.