c
org.locationtech.geomesa.index.geotools.GeoMesaDataStore.SchemaCompatibility
Compatible
Companion object Compatible
class Compatible extends SchemaCompatibility
Indicates that the schema is not equal to the existing schema, but is compatible
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Compatible
- SchemaCompatibility
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Compatible(ds: GeoMesaDataStore[_], typeName: String, update: SimpleFeatureType)
- ds
data store
- typeName
type name
- update
the updated schema with all appropriate metadata
Value Members
-
def
apply(): Unit
Ensures that the schema matches the existing schema in the data store, or throws an error if the schemas are incompatible
Ensures that the schema matches the existing schema in the data store, or throws an error if the schemas are incompatible
- Definition Classes
- Compatible → SchemaCompatibility
- val typeName: String
- val update: SimpleFeatureType