Package

com.spotify.scio

cassandra

Permalink

package cassandra

Main package for Cassandra APIs. Import all.

import com.spotify.scio.cassandra._
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cassandra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CassandraIO[T](uniqueId: String) extends TestIO[T] with Product with Serializable

    Permalink
  2. case class CassandraOptions(keyspace: String, table: String, cql: String, seedNodeHost: String, seedNodePort: Int = 1, username: String = null, password: String = null) extends Product with Serializable

    Permalink
  3. implicit class CassandraSCollection[T] extends Serializable

    Permalink

    Enhanced version of SCollection with Cassandra methods.

Value Members

  1. object CassandraIO extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped