Package

com.datastax.spark.connector

embedded

Permalink

package embedded

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

Type Members

  1. trait Assertions extends AnyRef

    Permalink

    Simple helper assertions.

    Simple helper assertions. Some stolen from Akka akka.testkit.TestKit.scala for now.

  2. trait CassandraPorts extends AnyRef

    Permalink
  3. case class DynamicCassandraPorts(basePort: Int) extends CassandraPorts with Product with Serializable

    Permalink
  4. trait EmbeddedCassandra extends AnyRef

    Permalink

    A utility trait for integration testing.

    A utility trait for integration testing. Manages *one* single Cassandra server at a time and enables switching its configuration. This is not thread safe, and test suites must not be run in parallel, because they will "steal" the server.

  5. trait SparkTemplate extends AnyRef

    Permalink
  6. implicit final class SparkTestDuration extends AnyVal

    Permalink
  7. class YamlTransformations extends AnyRef

    Permalink

Value Members

  1. object CassandraPorts

    Permalink
  2. object CassandraRunner extends Serializable

    Permalink
  3. object DynamicCassandraPorts extends Serializable

    Permalink
  4. object EmbeddedCassandra

    Permalink
  5. object SparkRepl

    Permalink
  6. object SparkTemplate

    Permalink
  7. object UserDefinedProperty

    Permalink
  8. object YamlTransformations

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped