Package | Description |
---|---|
org.apache.manifoldcf.crawler.system |
Class and Description |
---|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
ManifoldCF.PipelineStage |
NotificationResetManager
Class which handles reset for seeding thread pool (of which there's
typically only one member).
|
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.
|
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.OutputActivity
The ingest logger class
|