@Configuration @Profile(value="extract") public static class ArchiveCrawler.ZipFileStorerConfig extends Object implements ArchiveCrawler.StorerConfig
| Modifier and Type | Field and Description |
|---|---|
int |
maxUrls |
String |
outputDirectory |
| Constructor and Description |
|---|
ZipFileStorerConfig() |
| Modifier and Type | Method and Description |
|---|---|
ResultStorer.Factory |
storerFactory(org.apache.hadoop.conf.Configuration conf) |
@Value(value="${maxUrls}")
public int maxUrls
@Value(value="${outputDirectory}")
public String outputDirectory
public ResultStorer.Factory storerFactory(org.apache.hadoop.conf.Configuration conf) throws IOException
storerFactory in interface ArchiveCrawler.StorerConfigIOExceptionCopyright © 2017. All rights reserved.