Package

com.spotify.scio

bigtable

Permalink

package bigtable

Main package for Bigtable APIs. Import all.

import com.spotify.scio.bigtable._
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bigtable
  2. AllSyntax
  3. RowSyntax
  4. ScioContextSyntax
  5. SCollectionSyntax
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BigtableBulkWriter extends PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]

    Permalink
  2. abstract class BigtableDoFn[A, B] extends GuavaAsyncLookupDoFn[A, B, BigtableSession]

    Permalink
  3. sealed trait BigtableIO[T] extends ScioIO[T]

    Permalink
  4. final case class BigtableRead(bigtableOptions: BigtableOptions, tableId: String) extends BigtableIO[Row] with Product with Serializable

    Permalink
  5. final class BigtableUtil extends AnyRef

    Permalink
  6. final case class BigtableWrite[T <: Mutation](bigtableOptions: BigtableOptions, tableId: String) extends BigtableIO[(ByteString, Iterable[T])] with Product with Serializable

    Permalink
  7. class ChannelPoolCreator extends AnyRef

    Permalink

Value Members

  1. object BigtableIO

    Permalink
  2. object BigtableRead extends Serializable

    Permalink
  3. object BigtableWrite extends Serializable

    Permalink
  4. object Mutations

    Permalink

    Helper methods for Mutation.

  5. object Rows

    Permalink

    Helper methods for Row.

  6. object TableAdmin

    Permalink

    Bigtable Table Admin API helper commands.

  7. implicit def bigtableMutationOps[T <: Mutation](sc: SCollection[(ByteString, Iterable[T])]): SCollectionMutationOps[T]

    Permalink
    Definition Classes
    SCollectionSyntax
  8. implicit def bigtableScioContextOps(sc: ScioContext): ScioContextOps

    Permalink
    Definition Classes
    ScioContextSyntax
  9. implicit def rowOps(row: Row): RowOps

    Permalink
    Definition Classes
    RowSyntax
  10. package syntax

    Permalink

Inherited from AllSyntax

Inherited from RowSyntax

Inherited from ScioContextSyntax

Inherited from SCollectionSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped