Package

com.spotify.scio

bigtable

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. case class BigtableInput(projectId: String, instanceId: String, tableId: String) extends TestIO[Result] with Product with Serializable

    Permalink
  2. class BigtableMultiTableWrite extends AnyRef

    Permalink
  3. case class BigtableOutput[T <: Mutation](projectId: String, instanceId: String, tableId: String) extends TestIO[T] with Product with Serializable

    Permalink
  4. implicit class BigtableSCollection[T] extends AnyRef

    Permalink

    Enhanced version of SCollection with Bigtable methods.

  5. implicit class BigtableScioContext extends AnyRef

    Permalink

    Enhanced version of ScioContext with Bigtable methods.

  6. final class BigtableUtil extends AnyRef

    Permalink
  7. class ChannelPoolCreator extends AnyRef

    Permalink
  8. case class MultipleBigtableOutput[T <: Mutation](projectId: String, instanceId: String) extends TestIO[(String, Iterable[T])] with Product with Serializable

    Permalink
  9. implicit class PairBigtableSCollection[T] extends AnyRef

    Permalink

    Enhanced version of SCollection for writing to multiple Bigtable tables.

    Enhanced version of SCollection for writing to multiple Bigtable tables.

    Keys are table IDs and values are collections of Mutations.

Value Members

  1. object Bigtable

    Permalink

    Utilities for Bigtable.

Inherited from AnyRef

Inherited from Any

Ungrouped