public class CrawlerActionRepo extends Object
CrawlerAction
s associated with Crawler
lifecycle phases: preIngest, postIngestSuccess and postIngestFail.Constructor and Description |
---|
CrawlerActionRepo() |
Modifier and Type | Method and Description |
---|---|
Set<CrawlerAction> |
getActions() |
List<CrawlerAction> |
getPostIngestOnFailActions() |
List<CrawlerAction> |
getPostIngestOnSuccessActions() |
List<CrawlerAction> |
getPreIngestActions() |
void |
loadActionsFromBeanFactory(org.springframework.context.ApplicationContext context,
List<String> actionIds) |
public Set<CrawlerAction> getActions()
public List<CrawlerAction> getPreIngestActions()
public List<CrawlerAction> getPostIngestOnFailActions()
public List<CrawlerAction> getPostIngestOnSuccessActions()
Copyright © 1999–2017 Apache OODT. All rights reserved.