This project has retired. For details please refer to its Attic page.
Uses of Package org.apache.lens.server.api.events (Lens 2.1.0-beta-incubating API)

Uses of Package
org.apache.lens.server.api.events

Packages that use org.apache.lens.server.api.events
org.apache.lens.driver.hive   
org.apache.lens.driver.jdbc   
org.apache.lens.server   
org.apache.lens.server.api.driver   
org.apache.lens.server.api.events   
org.apache.lens.server.api.query   
org.apache.lens.server.metrics   
org.apache.lens.server.query   
org.apache.lens.server.stats.event   
org.apache.lens.server.stats.event.query   
org.apache.lens.server.stats.store   
org.apache.lens.server.stats.store.log   
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.driver.hive
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.driver.jdbc
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server
LensEvent
          Instantiates a new lens event.
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
LensEventService
          Singleton which is responsible for managing the event-listener mapping as well as processing events.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.api.driver
LensEvent
          Instantiates a new lens event.
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.api.events
LensEvent
          Instantiates a new lens event.
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.api.query
LensEvent
          Instantiates a new lens event.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.metrics
AsyncEventListener
          Event listeners should implement this class if they wish to process events asynchronously.
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.query
AsyncEventListener
          Event listeners should implement this class if they wish to process events asynchronously.
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
LensEventService
          Singleton which is responsible for managing the event-listener mapping as well as processing events.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.stats.event
LensEvent
          Instantiates a new lens event.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.stats.event.query
LensEvent
          Instantiates a new lens event.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.stats.store
AsyncEventListener
          Event listeners should implement this class if they wish to process events asynchronously.
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
LensEventService
          Singleton which is responsible for managing the event-listener mapping as well as processing events.
 

Classes in org.apache.lens.server.api.events used by org.apache.lens.server.stats.store.log
AsyncEventListener
          Event listeners should implement this class if they wish to process events asynchronously.
LensEvent
          Instantiates a new lens event.
LensEventListener
           The handler method should not block so that the event service can proceed to notifying other listeners as soon as possible.
LensEventService
          Singleton which is responsible for managing the event-listener mapping as well as processing events.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.