Class FeatureChangeOutputFormat

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

    public class FeatureChangeOutputFormat
    extends AbstractFileOutputFormat<java.util.List<org.openstreetmap.atlas.geography.atlas.change.FeatureChange>>
    • 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​(java.util.List<org.openstreetmap.atlas.geography.atlas.change.FeatureChange> 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

      • FeatureChangeOutputFormat

        public FeatureChangeOutputFormat()
    • Method Detail

      • fileExtension

        protected java.lang.String fileExtension()
        Specified by:
        fileExtension in class AbstractFileOutputFormat<java.util.List<org.openstreetmap.atlas.geography.atlas.change.FeatureChange>>
      • isCompressed

        protected boolean isCompressed()
        Specified by:
        isCompressed in class AbstractFileOutputFormat<java.util.List<org.openstreetmap.atlas.geography.atlas.change.FeatureChange>>
      • save

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