o
org.locationtech.geomesa.index.geotools.GeoMesaDataStore
SchemaCompatibility
Companion trait SchemaCompatibility
object SchemaCompatibility
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchemaCompatibility
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
Compatible extends SchemaCompatibility
Indicates that the schema is not equal to the existing schema, but is compatible
-
class
DoesNotExist extends SchemaCompatibility
Indicates that the schema does not exist in the data store
-
case class
Incompatible(error: Throwable) extends SchemaCompatibility with Product with Serializable
Indicates that the schema is not compatible with the existing schema in the data store
Indicates that the schema is not compatible with the existing schema in the data store
- error
error message
Value Members
- object Compatible
- object DoesNotExist
-
object
Unchanged extends SchemaCompatibility with Product with Serializable
Indicates that the schema is equal to the existing schema in the data store