Package | Description |
---|---|
org.apache.manifoldcf.agents.incrementalingest | |
org.apache.manifoldcf.agents.interfaces | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Class and Description |
---|---|
protected static class |
IncrementalIngester.MonitoredAddActivityWrapper
This class passes everything through, and monitors what happens so that the
framework can compensate for any transformation connector coding errors.
|
protected static class |
IncrementalIngester.OutputActivitiesWrapper |
protected static class |
IncrementalIngester.OutputAddActivitiesWrapper |
static class |
IncrementalIngester.PipelineAddFanout
This class describes the entry stage of multiple siblings in an add pipeline.
|
Modifier and Type | Field and Description |
---|---|
protected IOutputQualifyActivity |
IncrementalIngester.PipelineAddFanout.finalQualifyActivity |
Constructor and Description |
---|
PipelineAddFanout(IncrementalIngester.PipelineAddEntryPoint[] entryPoints,
IOutputHistoryActivity finalHistoryActivity,
IOutputQualifyActivity finalQualifyActivity) |
Modifier and Type | Interface and Description |
---|---|
interface |
IOutputActivity
This interface abstracts from the activities that an output connector can do
when adding or replacing documents, or deleting documents.
|
interface |
IOutputAddActivity
This interface abstracts from the activities that an output connector can do
when adding or replacing documents.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
WorkerThread.OutputActivity
The ingest logger class
|