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 classAZBlobFetcherFetches 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 classFileSystemFetcher -
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 classGCSFetcherFetches 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 classHttpFetcherBased 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 classS3FetcherFetches 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 classUrlFetcherSimple 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 classMicrosoftGraphFetcherFetches 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()
-