@Singleton public class CrawlSessionProvider extends Object implements javax.inject.Provider<CrawlSession>
CrawlSession.| Constructor and Description |
|---|
CrawlSessionProvider(InMemoryStateFlowGraph stateFlowGraph,
CrawljaxConfiguration config,
com.codahale.metrics.MetricRegistry registry) |
@Inject public CrawlSessionProvider(InMemoryStateFlowGraph stateFlowGraph, CrawljaxConfiguration config, com.codahale.metrics.MetricRegistry registry)
public void setup(StateVertex indexState)
IllegalStateException - when the method is invoked more than once.public CrawlSession get()
get in interface javax.inject.Provider<CrawlSession>Copyright © 2007-2013. All Rights Reserved.