Modifier and Type | Interface and Description |
---|---|
interface |
RangeFetcher
This class extracts a range of bytes from a given fetch key.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFetcher |
class |
EmptyFetcher |
Modifier and Type | Method and Description |
---|---|
Fetcher |
FetcherManager.getFetcher(String fetcherName) |
Constructor and Description |
---|
FetcherManager(List<Fetcher> fetchers) |
Modifier and Type | Class and Description |
---|---|
class |
AZBlobFetcher
Fetches files from Azure blob storage.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemFetcher |
Modifier and Type | Class and Description |
---|---|
class |
GCSFetcher
Fetches files from google cloud storage.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFetcher
Based on Apache httpclient
|
Modifier and Type | Class and Description |
---|---|
class |
S3Fetcher
Fetches files from s3.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFetcher
Simple fetcher for URLs.
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.