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

Uses of Interface
org.apache.lens.server.api.events.LensEventService

Packages that use LensEventService
org.apache.lens.server   
org.apache.lens.server.query   
org.apache.lens.server.stats.store   
org.apache.lens.server.stats.store.log   
 

Uses of LensEventService in org.apache.lens.server
 

Classes in org.apache.lens.server that implement LensEventService
 class EventServiceImpl
          Implementation of LensEventService
 

Uses of LensEventService in org.apache.lens.server.query
 

Constructors in org.apache.lens.server.query with parameters of type LensEventService
QueryExecutionStatisticsGenerator(QueryExecutionServiceImpl queryService, LensEventService eventService)
          Instantiates a new query execution statistics generator.
 

Uses of LensEventService in org.apache.lens.server.stats.store
 

Methods in org.apache.lens.server.stats.store with parameters of type LensEventService
 void StatisticsStore.start(LensEventService service)
          Start the Store.
 void StatisticsStore.stop(LensEventService service)
          Stop the store.
 

Uses of LensEventService in org.apache.lens.server.stats.store.log
 

Methods in org.apache.lens.server.stats.store.log with parameters of type LensEventService
 void StatisticsLogRollupHandler.start(LensEventService service)
          Start.
 void LogStatisticsStore.start(LensEventService service)
           
 void LogStatisticsStore.stop(LensEventService service)
           
 



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