AssessmentThread |
This thread periodically checks for jobs whose assessment state is marked
"UNKNOWN", and assesses those jobs to make the proper state transitions occur.
|
CleanupQueuedDocument |
This class represents a document that will be placed on the document cleanup queue, and will be
processed by a cleanup worker thread.
|
CrawlerAgent |
This is the main agent class for the crawler.
|
DeleteQueuedDocument |
This class represents a document that will be placed on the document delete queue, and will be
processed by a delete or expire worker thread.
|
DeleteStartupResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member).
|
DocCleanupResetManager |
Class which handles reset for cleanup thread pool (of which there's
typically only one member).
|
DocDeleteResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member).
|
DocumentCleanupQueue |
This class describes a cleanup document queue, which has a "stuffer" thread and many "reader" threads.
|
DocumentCleanupSet |
This class is what's actually queued for cleanup threads.
|
DocumentCleanupStufferThread |
This class looks for documents that need to be deleted (as part of an end-of-job cleanup), and
queues them up for the various document cleanup threads to take care of.
|
DocumentCleanupThread |
This class represents a document cleanup thread.
|
DocumentCleanupThread.OutputRemoveActivity |
The ingest logger class
|
DocumentDeleteQueue |
This class describes a document queue, which has a "stuffer" thread and many "reader" threads.
|
DocumentDeleteSet |
This class is what's actually queued for delete threads.
|
DocumentDeleteStufferThread |
This class looks for documents that need to be deleted (as part of a job deletion), and
queues them up for the various document delete threads to take care of.
|
DocumentDeleteThread |
This class represents a document delete thread.
|
DocumentDeleteThread.OutputRemoveActivity |
The OutputRemoveActivity class
|
DocumentQueue |
This class describes a document queue, which has a "stuffer" thread and many "reader" threads.
|
ExpireStufferThread |
This class represents the stuffer thread.
|
ExpireThread |
This class represents an expire thread.
|
ExpireThread.OutputRemoveActivity |
The ingest logger class
|
FinisherThread |
This class represents the finisher thread.
|
HistoryCleanupThread |
This class describes the thread that cleans up history records.
|
IdleCleanupThread |
This thread periodically calls the cleanup method in all connected repository connectors.
|
JobDeleteThread |
This class represents the job delete thread.
|
JobNotificationThread |
This class represents the thread that notices jobs that have completed their "notify connector" phase, and resets them back to
inactive.
|
JobNotificationThread.Disposition |
Disposition of an output/repository connection combination
|
JobNotificationThread.OutputAndRepositoryConnection |
Output connection/repository connection pair object
|
JobNotificationThread.OutputNotifyActivity |
The ingest logger class
|
JobResetThread |
This class represents the thread that notices jobs that have completed their shutdown phase, and puts them in the
"notify connector" state.
|
JobStartThread |
This class describes the thread that starts up jobs.
|
Logging |
This class furnishes the logging environment for the crawler application.
|
ManifoldCF |
|
ManifoldCF.PipelineStage |
|
NotificationResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member).
|
PipelineConnections |
Pipeline connections implementation.
|
PipelineSpecification |
Class which handles pipeline specifications that include current (new) description strings.
|
PipelineSpecificationBasic |
Basic pipeline specification implementation.
|
PipelineSpecificationWithVersions |
Class which handles pipeline specifications, including both new versions and old versions.
|
PriorityCalculator |
This class calculates a document priority given all the required inputs.
|
PriorityCalculator.ThrottleLimits |
This class represents the throttle limits out of the connection specification
|
PriorityCalculator.ThrottleLimitSpec |
This is a class which describes an individual throttle limit, in fetches per millisecond.
|
QueuedDocument |
This class represents a document that will be placed on the document queue, and will be
processed by a worker thread.
|
QueuedDocumentSet |
This class is what's actually queued.
|
ResetManager |
The reset manager basically keeps track of threads that work together.
|
SeedingActivity |
This class represents the things you can do with the framework while
seeding.
|
SeedingResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member).
|
SeedingThread |
This class represents the background seeding thread.
|
SetPriorityThread |
This class describes a thread whose job it is to continuously reset document priorities, based on recent
queuing activity.
|
StartDeleteThread |
This class represents the start delete thread.
|
StartupResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member).
|
StartupThread |
This class represents the startup thread.
|
StufferThread |
This class represents the stuffer thread.
|
WorkerResetManager |
Class which handles reset for worker thread pool.
|
WorkerThread |
This class represents a worker thread.
|
WorkerThread.CheckActivity |
The check activity class
|
WorkerThread.DocumentBin |
DocumentBin class
|
WorkerThread.DocumentReference |
Class describing document reference.
|
WorkerThread.DocumentToProcess |
Class that represents a decision to process a document.
|
WorkerThread.ExistingVersions |
The implementation of the IExistingVersions interface.
|
WorkerThread.OutputActivity |
The ingest logger class
|
WorkerThread.ProcessActivity |
Process activity class wraps access to the ingester and job queue.
|