Package

org.locationtech.geomesa.jobs.accumulo

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. class AttributeIndexJob extends Tool

    Permalink
  2. class SchemaCopyJob extends Tool

    Permalink
  3. class WriteIndexJob extends Tool with LazyLogging

    Permalink

Value Members

  1. object AttributeIndexJob

    Permalink
  2. object SchemaCopyJob

    Permalink

    Class to copy a schema and all data from one data store to another.

    Class to copy a schema and all data from one data store to another.

    Can be used to 'update' geomesa data from older versions. It does this by reading data in the old format and writing it to a new schema which will use the latest format. This way, improvements in serialization, etc can be leveraged for old data.

  3. object WriteIndexJob

    Permalink

    Class to write data to a single index

    Class to write data to a single index

    Can be used to back-fill data into a new index without re-writing unchanged indices.

Ungrouped