|
Class Summary |
| 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. |
| 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. |
| 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.NotificationResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member). |
| 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.InitializationThread |
|
| 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. |
| SeedingThread |
This class represents the background seeding thread. |
| SeedingThread.SeedingResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member). |
| 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. |
| StartDeleteThread.DeleteStartupResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member). |
| StartupThread |
This class represents the startup thread. |
| StartupThread.StartupResetManager |
Class which handles reset for seeding thread pool (of which there's
typically only one member). |
| StufferThread |
This class represents the stuffer thread. |
| WorkerResetManager |
Class which handles reset for worker thread pool. |
| WorkerThread |
This class represents a worker thread. |
| WorkerThread.DocumentBin |
DocumentBin class |
| WorkerThread.DocumentReference |
Class describing document reference. |
| WorkerThread.DocumentToProcess |
Class that represents a decision to process a document. |
| WorkerThread.OutputActivity |
The ingest logger class |
| WorkerThread.ProcessActivity |
Process activity class wraps access to the ingester and job queue. |
| WorkerThread.VersionActivity |
Version activity class wraps access to activity history. |