com.spotify.scio

bigtable

package bigtable

Main package for BigTable APIs. Import all.

import com.spotify.scio.bigtable._
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bigtable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class BigTableInput(projectId: String, clusterId: String, zoneId: String, tableId: String) extends TestIO[Result] with Product with Serializable

  2. case class BigTableOutput[T <: Mutation](projectId: String, clusterId: String, zoneId: String, tableId: String) extends TestIO[T] with Product with Serializable

  3. implicit class BigTableSCollection[T] extends AnyRef

    Enhanced version of SCollection with BigTable methods.

  4. implicit class BigTableScioContext extends AnyRef

    Enhanced version of ScioContext with BigTable methods.

  5. case class MultipleBigTableOutput[T <: Mutation](projectId: String, clusterId: String, zoneId: String) extends TestIO[(String, Iterable[T])] with Product with Serializable

  6. implicit class PairBigTableSCollection[T] extends AnyRef

    Enhanced version of SCollection for writing to multiple BigTable tables.

Value Members

  1. object BigTable

    Utilities for BigTable.

Inherited from AnyRef

Inherited from Any

Ungrouped