Class AZBlobPipesIterator
java.lang.Object
org.apache.tika.config.ConfigBase
org.apache.tika.pipes.pipesiterator.PipesIterator
org.apache.tika.pipes.pipesiterator.azblob.AZBlobPipesIterator
- All Implemented Interfaces:
- Iterable<FetchEmitTuple>,- Callable<Integer>,- Initializable
- 
Field SummaryFields inherited from class org.apache.tika.pipes.pipesiterator.PipesIteratorCOMPLETED_SEMAPHORE, DEFAULT_MAX_WAIT_MS, DEFAULT_QUEUE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckInitialization(InitializableProblemHandler problemHandler) protected voidenqueue()voidinitialize(Map<String, Param> params) voidsetContainer(String container) voidsetEndpoint(String endpoint) voidvoidsetSasToken(String sasToken) Methods inherited from class org.apache.tika.pipes.pipesiterator.PipesIteratorbuild, call, getEmitterName, getFetcherName, getHandlerConfig, getOnParseException, iterator, setEmitterName, setFetcherName, setHandlerType, setMaxEmbeddedResources, setMaxWaitMs, setOnParseException, setOnParseException, setParseMode, setParseMode, setQueueSize, setThrowOnWriteLimitReached, setWriteLimit, tryToAddMethods inherited from class org.apache.tika.config.ConfigBasebuildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettingsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
AZBlobPipesIteratorpublic AZBlobPipesIterator()
 
- 
- 
Method Details- 
setSasToken
- 
setEndpoint
- 
setContainer
- 
setPrefix
- 
enqueue- Specified by:
- enqueuein class- PipesIterator
- Throws:
- InterruptedException
- IOException
- TimeoutException
 
- 
initialize- Specified by:
- initializein interface- Initializable
- Overrides:
- initializein class- PipesIterator
- Parameters:
- params- params to use for initialization
- Throws:
- TikaConfigException
 
- 
checkInitializationpublic void checkInitialization(InitializableProblemHandler problemHandler) throws TikaConfigException - Specified by:
- checkInitializationin interface- Initializable
- Overrides:
- checkInitializationin class- PipesIterator
- Parameters:
- problemHandler- if there is a problem and no custom initializableProblemHandler has been configured via Initializable parameters, this is called to respond.
- Throws:
- TikaConfigException
 
 
-