sandeep-sandhu / NewsLookout

The NewsLookout web scraping application with NLP and data pre-processing
GNU General Public License v3.0
3 stars 2 forks source link

Refactor all queue status queries to QueueManager member object QueueStatus #16

Open sandeep-sandhu opened 3 years ago

sandeep-sandhu commented 3 years ago

Refactor all queue status queries to QueueManager member object QueueStatus. Specifically, move the following methods into the QueueStatus class:

isFetchQEmpty()
isDataProcInputQEmpty()
getCompletedQueueSize()
getDataProcessedQueueSize()
getTotalSrcPluginCount()