Class AtlasGeoJsonOutputFormat

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

    public class AtlasGeoJsonOutputFormat
    extends AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.Atlas>
    • 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 java.lang.String fileExtension()  
      protected boolean isCompressed()  
      protected void save​(org.openstreetmap.atlas.geography.atlas.Atlas 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

      • AtlasGeoJsonOutputFormat

        public AtlasGeoJsonOutputFormat()
    • Method Detail

      • save

        protected void save​(org.openstreetmap.atlas.geography.atlas.Atlas value,
                            org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out)
        Specified by:
        save in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.Atlas>