Class S3PipesIterator
- java.lang.Object
- 
- org.apache.tika.config.ConfigBase
- 
- org.apache.tika.pipes.pipesiterator.PipesIterator
- 
- org.apache.tika.pipes.pipesiterator.s3.S3PipesIterator
 
 
 
- 
- All Implemented Interfaces:
- Iterable<FetchEmitTuple>,- Callable<Integer>,- Initializable
 
 public class S3PipesIterator extends PipesIterator implements Initializable 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tika.pipes.pipesiterator.PipesIteratorCOMPLETED_SEMAPHORE, DEFAULT_MAX_WAIT_MS, DEFAULT_QUEUE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description S3PipesIterator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckInitialization(InitializableProblemHandler problemHandler)protected voidenqueue()voidinitialize(Map<String,Param> params)This initializes the s3 client.voidsetAccessKey(String accessKey)voidsetBucket(String bucket)voidsetCredentialsProvider(String credentialsProvider)voidsetEndpointConfigurationService(String endpointConfigurationService)voidsetFileNamePattern(String fileNamePattern)voidsetFileNamePattern(Pattern fileNamePattern)voidsetMaxConnections(int maxConnections)voidsetPathStyleAccessEnabled(boolean pathStyleAccessEnabled)voidsetPrefix(String prefix)voidsetProfile(String profile)voidsetRegion(String region)voidsetSecretKey(String secretKey)- 
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, setWriteLimit, tryToAdd
 - 
Methods inherited from class org.apache.tika.config.ConfigBasebuildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettings
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.IterableforEach, spliterator
 
- 
 
- 
- 
- 
Method Detail- 
setEndpointConfigurationService@Field public void setEndpointConfigurationService(String endpointConfigurationService) 
 - 
setMaxConnections@Field public void setMaxConnections(int maxConnections) 
 - 
setPathStyleAccessEnabled@Field public void setPathStyleAccessEnabled(boolean pathStyleAccessEnabled) 
 - 
initializepublic void initialize(Map<String,Param> params) throws TikaConfigException This initializes the s3 client. Note, we wrap S3's RuntimeExceptions, e.g. AmazonClientException in a TikaConfigException.- 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
 
 - 
enqueueprotected void enqueue() throws InterruptedException, IOException, TimeoutException- Specified by:
- enqueuein class- PipesIterator
- Throws:
- InterruptedException
- IOException
- TimeoutException
 
 
- 
 
-