Class ChangedAtlasDeltaOutputFormat

  • All Implemented Interfaces:
    org.apache.hadoop.mapred.OutputFormat<java.lang.String,​org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta>

    public class ChangedAtlasDeltaOutputFormat
    extends AtlasDeltaOutputFormat
    FileOutputFormat that writes an AtlasStatistics.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.hadoop.mapred.FileOutputFormat

        org.apache.hadoop.mapred.FileOutputFormat.Counter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void save​(org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta value, org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out)  
      • Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat

        checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPath
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChangedAtlasDeltaOutputFormat

        public ChangedAtlasDeltaOutputFormat()
    • Method Detail

      • save

        protected void save​(org.openstreetmap.atlas.geography.atlas.delta.AtlasDelta value,
                            org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out)
        Overrides:
        save in class AtlasDeltaOutputFormat