Packages

object CqlSessionProvider

Source
CqlSessionProvider.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CqlSessionProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(system: ClassicActorSystemProvider, config: Config): CqlSessionProvider

    Create a SessionProvider from configuration.

    Create a SessionProvider from configuration. The session-provider config property defines the fully qualified class name of the SessionProvider implementation class. It may optionally have a constructor with an ActorSystem and Config parameter.

  2. def apply(system: ExtendedActorSystem, config: Config): CqlSessionProvider

    Create a SessionProvider from configuration.

    Create a SessionProvider from configuration. The session-provider config property defines the fully qualified class name of the SessionProvider implementation class. It may optionally have a constructor with an ActorSystem and Config parameter.

  3. def driverConfig(system: ClassicActorSystemProvider, config: Config): Config

    The Config for the datastax-java-driver.

    The Config for the datastax-java-driver. The configuration path of the driver's configuration can be defined with datastax-java-driver-config property in the given config. datastax-java-driver configuration section is also used as fallback.

  4. def driverConfig(system: ActorSystem, config: Config): Config

    The Config for the datastax-java-driver.

    The Config for the datastax-java-driver. The configuration path of the driver's configuration can be defined with datastax-java-driver-config property in the given config. datastax-java-driver configuration section is also used as fallback.