Object/Class

quasar.metastore

MetaStore

Related Docs: class MetaStore | package metastore

Permalink

object MetaStore extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def connect(dbConfig: DbConnectionConfig, initializeOrUpdate: slamdata.Predef.Boolean, schemas: slamdata.Predef.List[Schema[slamdata.Predef.Int]]): EitherT[Task, MetastoreFailure, MetaStore]

    Permalink

    Attempts to connect to a Quasar MetaStore.

    Attempts to connect to a Quasar MetaStore. Will make sure the schema matches the expected Schema and print a line to the console to inform the user that we just connected to a given MetaStore location once the connection is established.

    dbConfig

    The configuration specifying the location of the database backing the MetaStore

    initializeOrUpdate

    Whether or not to immediately initialize or update the MetaStore upon connecting to the underlying database. If the database has not been initialized and this value is set to false, this call will fail to connect to the database with a MetastoreFailure detailing the reason for the failure (requires initialization or an update).

    schemas

    The Schemas that the underlying database is expected to have. You probably want to pass in quasar.metastore.Schema.schema, but additional Schemas may be desirable if the application needs to store additional information in the MetaStore

    returns

    A MetaStore object containing the transactor to use to perform operation on the MetaStore as well as it's location and expected Schema

  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def initializeOrUpdate[A](schema: Schema[A], transactor: Transactor[Task], jCfg: slamdata.Predef.Option[Json]): EitherT[Task, MetastoreFailure, slamdata.Predef.Option[Json]]

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. def verifySchema[A](schema: Schema[A], transactor: Transactor[Task])(implicit arg0: Show[A]): EitherT[Task, MetastoreFailure, slamdata.Predef.Unit]

    Permalink
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped