Uses of Interface
org.apache.iotdb.db.sync.datasource.PipeOpManager.NewDataEventHandler
-
Packages that use PipeOpManager.NewDataEventHandler Package Description org.apache.iotdb.db.sync.datasource -
-
Uses of PipeOpManager.NewDataEventHandler in org.apache.iotdb.db.sync.datasource
Methods in org.apache.iotdb.db.sync.datasource with parameters of type PipeOpManager.NewDataEventHandler Modifier and Type Method Description voidPipeOpManager. setNewDataEventHandler(PipeOpManager.NewDataEventHandler newDataEventHandler)Set NewDataEventHandler to get notification when new data arrive.
-