Packages

package index

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AttributeIndexJob extends Tool
  2. class SchemaCopyJob extends Tool
  3. class WriteIndexJob extends Tool with LazyLogging

Value Members

  1. object AttributeIndexJob
  2. object SchemaCopyJob

    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

    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