Packages

class DoesNotExist extends SchemaCompatibility

Indicates that the schema does not exist in the data store

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

Instance Constructors

  1. new DoesNotExist(ds: GeoMesaDataStore[_], sft: SimpleFeatureType)

    ds

    data store

    sft

    schema

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
    DoesNotExistSchemaCompatibility
  2. val sft: SimpleFeatureType