Uses of Enum
org.apache.tika.batch.fs.FSDirectoryCrawler.CRAWL_ORDER
-
Uses of FSDirectoryCrawler.CRAWL_ORDER in org.apache.tika.batch.fs
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FSDirectoryCrawler.CRAWL_ORDER[]
FSDirectoryCrawler.CRAWL_ORDER.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionFSDirectoryCrawler
(ArrayBlockingQueue<FileResource> fileQueue, int numConsumers, Path root, Path startDirectory, FSDirectoryCrawler.CRAWL_ORDER crawlOrder) FSDirectoryCrawler
(ArrayBlockingQueue<FileResource> fileQueue, int numConsumers, Path root, FSDirectoryCrawler.CRAWL_ORDER crawlOrder)