public class CSVPipesIterator extends PipesIterator implements Initializable
COMPLETED_SEMAPHORE, DEFAULT_MAX_WAIT_MS, DEFAULT_QUEUE_SIZE| Constructor and Description | 
|---|
| CSVPipesIterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | checkInitialization(InitializableProblemHandler problemHandler) | 
| protected void | enqueue() | 
| void | setCsvPath(Path csvPath) | 
| void | setCsvPath(String csvPath) | 
| void | setEmitKeyColumn(String emitKeyColumn) | 
| void | setFetchKeyColumn(String fetchKeyColumn) | 
| void | setIdColumn(String idColumn) | 
build, call, getEmitterName, getFetcherName, getHandlerConfig, getOnParseException, initialize, iterator, setEmitterName, setFetcherName, setHandlerType, setMaxEmbeddedResources, setMaxWaitMs, setOnParseException, setOnParseException, setParseMode, setParseMode, setQueueSize, setWriteLimit, tryToAddbuildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeforEach, spliteratorprotected void enqueue()
                throws InterruptedException,
                       IOException,
                       TimeoutException
enqueue in class PipesIteratorInterruptedExceptionIOExceptionTimeoutExceptionpublic void checkInitialization(InitializableProblemHandler problemHandler) throws TikaConfigException
checkInitialization in interface InitializablecheckInitialization in class PipesIteratorproblemHandler - if there is a problem and no
                       custom initializableProblemHandler has been configured
                       via Initializable parameters,
                       this is called to respond.TikaConfigExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.