Packages

object SchemaCompatibility

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

Type Members

  1. class Compatible extends SchemaCompatibility

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

  2. class DoesNotExist extends SchemaCompatibility

    Indicates that the schema does not exist in the data store

  3. 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

  1. object Compatible
  2. object DoesNotExist
  3. object Unchanged extends SchemaCompatibility with Product with Serializable

    Indicates that the schema is equal to the existing schema in the data store