Package

org.locationtech.geomesa.tools

ingest

Permalink

package ingest

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractConverterIngestJob extends AbstractIngestJob

    Permalink
  2. abstract class AbstractIngest extends Runnable with LazyLogging

    Permalink

    Base class for handling ingestion of local or distributed files

  3. abstract class AbstractIngestJob extends JobWithLibJars

    Permalink

    Abstract class that handles configuration and tracking of the remote job

  4. class ConverterCombineIngestJob extends AbstractConverterIngestJob

    Permalink

    Distributed job that uses converters to process input files in batches.

    Distributed job that uses converters to process input files in batches. This allows multiple files to be processed by one mapper. Batch size is controlled by the 'maxSplitSize' and should be scaled with mapper memory.

  5. class ConverterIngest extends AbstractIngest

    Permalink

    Ingestion that uses geomesa converters to process input files

  6. class ConverterIngestJob extends AbstractConverterIngestJob

    Permalink

    Distributed job that uses converters to process input files

  7. trait IngestCommand[DS <: DataStore] extends DataStoreCommand[DS] with InteractiveCommand with LazyLogging

    Permalink
  8. class IngestMapper extends Mapper[LongWritable, SimpleFeature, Text, SimpleFeature] with LazyLogging

    Permalink

    Takes the input and writes it to the output - all our main work is done in the input format

  9. trait IngestParams extends OptionalTypeNameParam with OptionalFeatureSpecParam with OptionalForceParam with OptionalConverterConfigParam with OptionalInputFormatParam with DistributedRunParam

    Permalink
  10. class LocalIngestConverterImpl extends LocalIngestConverter

    Permalink

Value Members

  1. object AbstractIngest

    Permalink

Ungrouped