Class TriggerLogWriter
- java.lang.Object
-
- org.apache.iotdb.db.engine.trigger.service.TriggerLogWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class TriggerLogWriter extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description TriggerLogWriter(java.lang.String logFilePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voiddeleteLogFile()voidwrite(PhysicalPlan plan)
-
-
-
Method Detail
-
write
public void write(PhysicalPlan plan) throws java.io.IOException
- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.io.IOException
-
deleteLogFile
public void deleteLogFile() throws java.io.IOException- Throws:
java.io.IOException
-
-