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[Row] with Product with Serializable

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

    Permalink
  3. implicit final class BigtableSCollection[T] extends AnyVal

    Permalink

    Enhanced version of SCollection with Bigtable methods.

  4. implicit final class BigtableScioContext extends AnyVal

    Permalink

    Enhanced version of ScioContext with Bigtable methods.

  5. final class BigtableUtil extends AnyRef

    Permalink
  6. class ChannelPoolCreator extends AnyRef

    Permalink
  7. implicit final class RichRow extends AnyVal

    Permalink

    Enhanced version of Row with convenience methods.

Value Members

  1. object Mutations

    Permalink

    Helper methods for Mutation.

  2. object Rows

    Permalink

    Helper methods for Row.

  3. object TableAdmin

    Permalink

    Bigtable Table Admin API helper commands.

Inherited from AnyRef

Inherited from Any

Ungrouped