package mapreduce

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AvroFileInputFormat extends FileStreamInputFormat

    Class for reading avro files written using org.locationtech.geomesa.features.avro.AvroDataFileWriter.

  2. class AvroFileRecordReader extends FileStreamRecordReader
  3. class CombineFileStreamRecordReaderWrapper extends CombineFileRecordReaderWrapper[LongWritable, SimpleFeature]
  4. class ConverterCombineInputFormat extends CombineFileInputFormat[LongWritable, SimpleFeature]
  5. class ConverterInputFormat extends FileStreamInputFormat

    Input format for Converters gives us access to the entire file as a byte stream via the record reader.

  6. class ConverterRecordReader extends FileStreamRecordReader with LazyLogging
  7. abstract class FileStreamInputFormat extends FileInputFormat[LongWritable, SimpleFeature]

    Input format that gives us access to the entire file as a byte stream via the record reader.

  8. abstract class FileStreamRecordReader extends RecordReader[LongWritable, SimpleFeature] with LazyLogging

    Base class for operating on file input streams.

    Base class for operating on file input streams. Abstracts away most of the m/r framework.

  9. class GeoMesaOutputFormat extends OutputFormat[Text, SimpleFeature]

    Output format that writes simple features using GeoMesaDataStore's FeatureWriterAppend.

    Output format that writes simple features using GeoMesaDataStore's FeatureWriterAppend. Can write only specific indices if desired

  10. trait JobWithLibJars extends AnyRef
  11. class SimpleFeatureSerialization extends Configured with Serialization[SimpleFeature]

    Hadoop writable serialization for simple features

Ungrouped