Uses of Class
org.apache.tika.pipes.fetcher.AbstractFetcher
-
-
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.azblob
Subclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.azblob Modifier and Type Class Description class
AZBlobFetcher
Fetches files from Azure blob storage. -
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.fs
Subclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.fs Modifier and Type Class Description class
FileSystemFetcher
-
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.gcs
Subclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.gcs Modifier and Type Class Description class
GCSFetcher
Fetches files from google cloud storage. -
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.http
Subclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.http Modifier and Type Class Description class
HttpFetcher
Based on Apache httpclient -
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.s3
Subclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.s3 Modifier and Type Class Description class
S3Fetcher
Fetches files from s3. -
Uses of AbstractFetcher in org.apache.tika.pipes.fetcher.url
Subclasses of AbstractFetcher in org.apache.tika.pipes.fetcher.url Modifier and Type Class Description class
UrlFetcher
Simple fetcher for URLs. -
Uses of AbstractFetcher in org.apache.tika.pipes.fetchers.microsoftgraph
Subclasses of AbstractFetcher in org.apache.tika.pipes.fetchers.microsoftgraph Modifier and Type Class Description class
MicrosoftGraphFetcher
Fetches files from Microsoft Graph API. -
Uses of AbstractFetcher in org.apache.tika.pipes.grpc
Methods in org.apache.tika.pipes.grpc with type parameters of type AbstractFetcher Modifier and Type Method Description <T extends AbstractFetcher,C extends AbstractConfig>
voidExpiringFetcherStore. createFetcher(T fetcher, C config)
<T extends AbstractFetcher>
TExpiringFetcherStore. getFetcherAndLogAccess(String fetcherName)
This method will get the fetcher, but will also log the access the fetcher as having been accessed.Methods in org.apache.tika.pipes.grpc that return types with arguments of type AbstractFetcher Modifier and Type Method Description Map<String,AbstractFetcher>
ExpiringFetcherStore. getFetchers()
-