package mapreduce
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AvroFileInputFormat extends FileStreamInputFormat
Class for reading avro files written using
org.locationtech.geomesa.features.avro.AvroDataFileWriter
. - class AvroFileRecordReader extends FileStreamRecordReader
- class CombineFileStreamRecordReaderWrapper extends CombineFileRecordReaderWrapper[LongWritable, SimpleFeature]
- class ConverterCombineInputFormat extends CombineFileInputFormat[LongWritable, SimpleFeature]
-
class
ConverterInputFormat extends FileStreamInputFormat
Input format for Converters gives us access to the entire file as a byte stream via the record reader.
- class ConverterRecordReader extends FileStreamRecordReader with LazyLogging
-
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.
-
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.
-
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
- trait JobWithLibJars extends AnyRef
-
class
SimpleFeatureSerialization extends Configured with Serialization[SimpleFeature]
Hadoop writable serialization for simple features
Value Members
- object AvroFileInputFormat
- object ConverterInputFormat
- object FileStreamInputFormat
- object GeoMesaOutputFormat
- object SimpleFeatureSerialization