Uses of Class
org.apache.tika.pipes.fetcher.config.AbstractConfig
-
-
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.azblob.config
Subclasses of AbstractConfig in org.apache.tika.pipes.fetcher.azblob.config Modifier and Type Class Description classAZBlobFetcherConfig -
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.fs.config
Subclasses of AbstractConfig in org.apache.tika.pipes.fetcher.fs.config Modifier and Type Class Description classFileSystemFetcherConfig -
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.gcs.config
Subclasses of AbstractConfig in org.apache.tika.pipes.fetcher.gcs.config Modifier and Type Class Description classGCSFetcherConfig -
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.http.config
Subclasses of AbstractConfig in org.apache.tika.pipes.fetcher.http.config Modifier and Type Class Description classHttpFetcherConfig -
Uses of AbstractConfig in org.apache.tika.pipes.fetcher.s3.config
Subclasses of AbstractConfig in org.apache.tika.pipes.fetcher.s3.config Modifier and Type Class Description classS3FetcherConfig -
Uses of AbstractConfig in org.apache.tika.pipes.fetchers.microsoftgraph.config
Subclasses of AbstractConfig in org.apache.tika.pipes.fetchers.microsoftgraph.config Modifier and Type Class Description classMsGraphFetcherConfig -
Uses of AbstractConfig in org.apache.tika.pipes.grpc
Methods in org.apache.tika.pipes.grpc with type parameters of type AbstractConfig Modifier and Type Method Description <T extends AbstractFetcher,C extends AbstractConfig>
voidExpiringFetcherStore. createFetcher(T fetcher, C config)Methods in org.apache.tika.pipes.grpc that return types with arguments of type AbstractConfig Modifier and Type Method Description Map<String,AbstractConfig>ExpiringFetcherStore. getFetcherConfigs()
-