| Package | Description | 
|---|---|
| org.apache.tika.batch.fs | 
| Modifier and Type | Method and Description | 
|---|---|
static FSDirectoryCrawler.CRAWL_ORDER | 
FSDirectoryCrawler.CRAWL_ORDER.valueOf(String name)
Returns 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. 
 | 
| Constructor and Description | 
|---|
FSDirectoryCrawler(ArrayBlockingQueue<FileResource> fileQueue,
                  int numConsumers,
                  Path root,
                  FSDirectoryCrawler.CRAWL_ORDER crawlOrder)  | 
FSDirectoryCrawler(ArrayBlockingQueue<FileResource> fileQueue,
                  int numConsumers,
                  Path root,
                  Path startDirectory,
                  FSDirectoryCrawler.CRAWL_ORDER crawlOrder)  | 
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.