Uses of Class
org.apache.iotdb.db.sync.datasource.PipeOpManager
-
Packages that use PipeOpManager Package Description org.apache.iotdb.db.sync.externalpipe -
-
Uses of PipeOpManager in org.apache.iotdb.db.sync.externalpipe
Methods in org.apache.iotdb.db.sync.externalpipe that return PipeOpManager Modifier and Type Method Description PipeOpManagerExtPipePluginManager. getPipeOpManager()Methods in org.apache.iotdb.db.sync.externalpipe with parameters of type PipeOpManager Modifier and Type Method Description voidExtPipePluginManager. setPipeOpManager(PipeOpManager pipeOpManager)Constructors in org.apache.iotdb.db.sync.externalpipe with parameters of type PipeOpManager Constructor Description ExtPipePlugin(java.lang.String extPipeTypeName, java.util.Map<java.lang.String,java.lang.String> sinkParams, ExtPipePluginManager extPipePluginManager, PipeOpManager pipeOpManager)
-