com.outworkers.phantom

connectors

package connectors

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. connectors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CassandraConnection extends AnyRef

    Represents a single Cassandra keySpace.

  2. type ClusterBuilder = (Builder) ⇒ Builder

  3. trait Connector extends AnyRef

  4. class DefaultSessionProvider extends SessionProvider

    The default SessionProvider implementation, which should be sufficient for the most use cases.

  5. case class KeySpace(name: String) extends Product with Serializable

  6. class KeySpaceBuilder extends AnyRef

    A builder for KeySpace instances.

  7. trait KeySpaceCQLQuery extends AnyRef

    This exists to prevent a dependency on the diesel engine or any kind of specific query implementation from within the connectors framework.

  8. trait RootConnector extends AnyRef

  9. trait SessionAugmenter extends AnyRef

  10. trait SessionAugmenterImplicits extends AnyRef

  11. trait SessionProvider extends AnyRef

    Responsible for providing Session instances of the Cassandra driver for multiple keySpaces defined in the same cluster.

  12. sealed trait VersionBuilder extends AnyRef

  13. type VersionNumber = datastax.driver.core.VersionNumber

  14. type KeySpaceDef = CassandraConnection

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Renamed to the more descriptive CassandraConnection

Value Members

  1. object ContactPoint

    Entry point for defining a keySpace based on a single contact point (Cassandra node).

  2. object ContactPoints

    Entry point for defining a keySpace based on multiple contact points (Cassandra nodes).

  3. object DefaultVersions

Inherited from AnyRef

Inherited from Any

Ungrouped