com.plumtree.server.crawlers
Interface IPTCrawlerConfig
public interface IPTCrawlerConfig
- Author:
- alexm
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
getMaxProcessingThreads
int getMaxProcessingThreads()
- Returns:
- Returns the maxProcessingThreads.
getMaxPullingThreads
int getMaxPullingThreads()
- Returns:
- Returns the maxPullingThreads.
getMinProcessingThreads
int getMinProcessingThreads()
- Returns:
- Returns the minProcessingThreads.
getMinPullingThreads
int getMinPullingThreads()
- Returns:
- Returns the minPullingThreads.
getDefaultProcessingThreads
int getDefaultProcessingThreads()
- Returns:
- Returns the defaultProcessingThreads.
getDefaultPullingThreads
int getDefaultPullingThreads()
- Returns:
- Returns the defaultPullingThreads.
getMaxBatchSize
int getMaxBatchSize()
- Returns:
- Returns the maxBatchSize.
getMaxEmptyBatchTimeout
long getMaxEmptyBatchTimeout()
- Returns:
- Returns the maxEmptyBatchTimeout.
getProcessQueueCapacity
int getProcessQueueCapacity()
- Returns:
- Returns the processQueueCapacity.
getKeepAliveTimeFetch
long getKeepAliveTimeFetch()
- Returns:
- Returns the keepAliveTimeFetch.
getKeepAliveTimeProcess
long getKeepAliveTimeProcess()
- Returns:
- Returns the keepAliveTimeProcess.
getMaxFetchPoolSize
int getMaxFetchPoolSize()
- Returns:
- Returns the maxFetchPoolSize.
getMaxFetchQueuedTasks
int getMaxFetchQueuedTasks()
- Returns:
- Returns the maxFetchQueuedTasks.
getMaxProcessPoolSize
int getMaxProcessPoolSize()
- Returns:
- Returns the maxProcessPoolSize.
getMaxProcessQueuedTasks
int getMaxProcessQueuedTasks()
- Returns:
- Returns the maxProcessQueuedTasks.
getMinFetchPoolSize
int getMinFetchPoolSize()
- Returns:
- Returns the minFetchPoolSize.
getMinProcessPoolSize
int getMinProcessPoolSize()
- Returns:
- Returns the minProcessPoolSize.
shouldDeleteTempFiles
boolean shouldDeleteTempFiles()
- Returns:
- the boolean indicating wether crawlers should delete temporary files while by downloading content.
Copyright © 2008 Plumtree Software Inc. All Rights Reserved.