Class 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)  
    • Constructor Detail

      • TriggerLogWriter

        public TriggerLogWriter​(java.lang.String logFilePath)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • 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:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException
      • deleteLogFile

        public void deleteLogFile()
                           throws java.io.IOException
        Throws:
        java.io.IOException