Class ClassLoaderSafeEventListener

  • All Implemented Interfaces:
    io.prestosql.spi.eventlistener.EventListener

    public class ClassLoaderSafeEventListener
    extends java.lang.Object
    implements io.prestosql.spi.eventlistener.EventListener
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassLoaderSafeEventListener​(io.prestosql.spi.eventlistener.EventListener delegate, java.lang.ClassLoader classLoader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void queryCompleted​(io.prestosql.spi.eventlistener.QueryCompletedEvent queryCompletedEvent)  
      void queryCreated​(io.prestosql.spi.eventlistener.QueryCreatedEvent queryCreatedEvent)  
      void splitCompleted​(io.prestosql.spi.eventlistener.SplitCompletedEvent splitCompletedEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassLoaderSafeEventListener

        public ClassLoaderSafeEventListener​(io.prestosql.spi.eventlistener.EventListener delegate,
                                            java.lang.ClassLoader classLoader)
    • Method Detail

      • queryCreated

        public void queryCreated​(io.prestosql.spi.eventlistener.QueryCreatedEvent queryCreatedEvent)
        Specified by:
        queryCreated in interface io.prestosql.spi.eventlistener.EventListener
      • queryCompleted

        public void queryCompleted​(io.prestosql.spi.eventlistener.QueryCompletedEvent queryCompletedEvent)
        Specified by:
        queryCompleted in interface io.prestosql.spi.eventlistener.EventListener
      • splitCompleted

        public void splitCompleted​(io.prestosql.spi.eventlistener.SplitCompletedEvent splitCompletedEvent)
        Specified by:
        splitCompleted in interface io.prestosql.spi.eventlistener.EventListener