public class AtlasDeltaOutputFormat extends AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta>
FileOutputFormat that writes an AtlasStatistics.| Constructor and Description |
|---|
AtlasDeltaOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
fileExtension() |
protected boolean |
isCompressed() |
protected void |
save(org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta 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.delta.AtlasDelta>protected boolean isCompressed()
isCompressed in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta>protected void save(org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta value,
org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out)
save in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta>