Packages

class Compatible extends SchemaCompatibility

Indicates that the schema is not equal to the existing schema, but is compatible

Linear Supertypes
SchemaCompatibility, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Compatible
  2. SchemaCompatibility
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Compatible(ds: GeoMesaDataStore[_], typeName: String, update: SimpleFeatureType)

    ds

    data store

    typeName

    type name

    update

    the updated schema with all appropriate metadata

Value Members

  1. 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
    CompatibleSchemaCompatibility
  2. val typeName: String
  3. val update: SimpleFeatureType