Package

com.spotify.scio

cassandra

Permalink

package cassandra

Main package for Cassandra APIs. Import all.

import com.spotify.scio.cassandra._
Linear Supertypes
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 CassandraOptions(keyspace: String, table: String, cql: String, seedNodeHost: String, seedNodePort: Int = 1, username: String = null, password: String = null) extends Product with Serializable

    Permalink
  2. implicit final class CassandraSCollection[T] extends AnyVal

    Permalink

    Enhanced version of SCollection with Cassandra methods.

  3. final case class CassandraIO[T](opts: CassandraOptions) extends ScioIO[T] with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) scio-cassandra2 will be removed

Value Members

  1. object CassandraIO extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped