package index
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AttributeIndexJob extends Tool
- class SchemaCopyJob extends Tool
- class WriteIndexJob extends Tool with LazyLogging
Value Members
- object AttributeIndexJob
- 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.
- 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.