Package

org.locationtech.geomesa.jobs

mapreduce

Permalink

package mapreduce

Visibility
  1. Public
  2. All

Type Members

  1. class GeoMesaInputFormat extends InputFormat[Text, SimpleFeature] with LazyLogging

    Permalink

    Input format that allows processing of simple features from GeoMesa based on a CQL query

    Input format that allows processing of simple features from GeoMesa based on a CQL query

    Annotations
    @experimental()
  2. class GeoMesaRecordReader extends RecordReader[Text, SimpleFeature]

    Permalink

    Record reader that delegates to accumulo record readers and transforms the key/values coming back into simple features.

    Record reader that delegates to accumulo record readers and transforms the key/values coming back into simple features.

    Annotations
    @experimental()
  3. class GroupedSplit extends InputSplit with Writable

    Permalink

    Input split that groups a series of RangeInputSplits.

    Input split that groups a series of RangeInputSplits. Has to implement Hadoop Writable, thus the vars and mutable state.

    Annotations
    @experimental()

Value Members

  1. object GeoMesaInputFormat extends LazyLogging

    Permalink

    Annotations
    @experimental()

Ungrouped