Class DeletionLoader
- java.lang.Object
-
- org.apache.iotdb.db.sync.receiver.load.DeletionLoader
-
-
Constructor Summary
Constructors Constructor Description DeletionLoader(Deletion deletion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload()
-
-
-
Constructor Detail
-
DeletionLoader
public DeletionLoader(Deletion deletion)
-
-
Method Detail
-
load
public void load() throws PipeDataLoadException- Specified by:
loadin interfaceILoader- Throws:
PipeDataLoadException
-
-