public class CommonCrawlConfig extends Object implements Serializable
Constructor and Description |
---|
CommonCrawlConfig()
Default constructor
|
CommonCrawlConfig(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
boolean |
getJsonArray() |
String |
getKeyPrefix() |
String |
getOutputDir() |
boolean |
getReverseKey() |
String |
getReverseKeyValue() |
boolean |
getSimpleDateFormat() |
long |
getWarcSize() |
boolean |
isCompressed() |
void |
setCompressed(boolean compressed) |
void |
setJsonArray(boolean jsonArray) |
void |
setKeyPrefix(String keyPrefix) |
void |
setOutputDir(String outputDir) |
void |
setReverseKey(boolean reverseKey) |
void |
setReverseKeyValue(String reverseKeyValue) |
void |
setSimpleDateFormat(boolean simpleDateFormat) |
void |
setWarcSize(long warcSize) |
public CommonCrawlConfig()
public CommonCrawlConfig(InputStream stream)
public void setKeyPrefix(String keyPrefix)
public void setSimpleDateFormat(boolean simpleDateFormat)
public void setJsonArray(boolean jsonArray)
public void setReverseKey(boolean reverseKey)
public void setReverseKeyValue(String reverseKeyValue)
public String getKeyPrefix()
public boolean getSimpleDateFormat()
public boolean getJsonArray()
public boolean getReverseKey()
public String getReverseKeyValue()
public boolean isCompressed()
public void setCompressed(boolean compressed)
public long getWarcSize()
public void setWarcSize(long warcSize)
public String getOutputDir()
public void setOutputDir(String outputDir)
Copyright © 2021 The Apache Software Foundation