Class JobManager.QueueHashItem

  • Enclosing class:
    JobManager

    protected static class JobManager.QueueHashItem
    extends java.lang.Object
    This class contains information per job on how many queue items have so far been accumulated.
    • Constructor Detail

      • QueueHashItem

        public QueueHashItem​(int itemsPerChunk)
        Construct.
        Parameters:
        itemsPerChunk - is the number of items per chunk for this job.
    • Method Detail

      • addDocument

        public void addDocument()
        Add a document to this job.
      • getChunkCount

        public int getChunkCount()
        Get the number of chunks.
        Returns:
        the number of chunks.