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. final case class CassandraIO[T](opts: CassandraOptions) extends ScioIO[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 final class CassandraSCollection[T] extends AnyVal

    Permalink

    Enhanced version of SCollection with Cassandra methods.

Value Members

  1. object CassandraIO extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped