public class AtlasStatisticsOutputFormat extends AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics>
FileOutputFormat that writes an AtlasStatistics.| Constructor and Description |
|---|
AtlasStatisticsOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
fileExtension() |
protected boolean |
isCompressed() |
protected void |
save(org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics value,
org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out) |
getRecordWriter, retrycheckOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPathprotected java.lang.String fileExtension()
fileExtension in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics>protected boolean isCompressed()
isCompressed in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics>protected void save(org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics value,
org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out)
save in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.statistics.AtlasStatistics>