Class CQLogWriter

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CQLogWriter
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Detail

      • CQLogWriter

        public CQLogWriter​(java.lang.String logFilePath)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • createContinuousQuery

        public void createContinuousQuery​(CreateContinuousQueryPlan createContinuousQueryPlan)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • dropContinuousQuery

        public void dropContinuousQuery​(DropContinuousQueryPlan dropContinuousQueryPlan)
                                 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