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 class
AZBlobFetcherConfig
-
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 class
FileSystemFetcherConfig
-
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 class
GCSFetcherConfig
-
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 class
HttpFetcherConfig
-
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 class
S3FetcherConfig
-
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 class
MsGraphFetcherConfig
-
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()
-