|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.jobs.JobManager.QueueHashItem
protected static class JobManager.QueueHashItem
This class contains information per job on how many queue items have so far been accumulated.
| Constructor Summary | |
|---|---|
JobManager.QueueHashItem(int itemsPerChunk)
Construct. |
|
| Method Summary | |
|---|---|
void |
addDocument()
Add a document to this job. |
JobManager.QueueHashItem |
duplicate()
Duplicate. |
int |
getChunkCount()
Get the number of chunks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobManager.QueueHashItem(int itemsPerChunk)
itemsPerChunk - is the number of items per chunk for this job.| Method Detail |
|---|
public JobManager.QueueHashItem duplicate()
public void addDocument()
public int getChunkCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||