Packages

c

com.spotify.scio.bigtable

BigtableBulkWriter

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigtableBulkWriter
  2. PTransform
  3. HasDisplayData
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BigtableBulkWriter(tableName: String, bigtableOptions: BigtableOptions, numOfShards: Int, flushInterval: Duration)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAnnotation(annotationType: String, annotation: Array[Byte]): PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]
    Definition Classes
    PTransform
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def expand(input: PCollection[KV[ByteString, Iterable[Mutation]]]): PDone
    Definition Classes
    BigtableBulkWriter → PTransform
    Annotations
    @Override()
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def getAdditionalInputs(): Map[TupleTag[_ <: AnyRef], PValue]
    Definition Classes
    PTransform
  12. def getAnnotations(): Map[String, Array[Byte]]
    Definition Classes
    PTransform
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getKindString(): String
    Attributes
    protected[org.apache.beam.sdk.transforms]
    Definition Classes
    PTransform
  15. def getName(): String
    Definition Classes
    PTransform
  16. def getResourceHints(): ResourceHints
    Definition Classes
    PTransform
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def populateDisplayData(builder: Builder): Unit
    Definition Classes
    PTransform → HasDisplayData
  23. def setDisplayData(displayData: List[ItemSpec[_ <: AnyRef]]): PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]
    Definition Classes
    PTransform
  24. def setResourceHints(resourceHints: ResourceHints): PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]
    Definition Classes
    PTransform
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    PTransform → AnyRef → Any
    Annotations
    @SideEffectFree()
  27. def validate(options: PipelineOptions, inputs: Map[TupleTag[_ <: AnyRef], PCollection[_ <: AnyRef]], outputs: Map[TupleTag[_ <: AnyRef], PCollection[_ <: AnyRef]]): Unit
    Definition Classes
    PTransform
  28. def validate(options: PipelineOptions): Unit
    Definition Classes
    PTransform
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def getDefaultOutputCoder[T <: AnyRef](input: PCollection[KV[ByteString, Iterable[Mutation]]], output: PCollection[T]): Coder[T]
    Definition Classes
    PTransform
    Annotations
    @throws(classOf[org.apache.beam.sdk.coders.CannotProvideCoderException]) @Deprecated
    Deprecated
  2. def getDefaultOutputCoder(input: PCollection[KV[ByteString, Iterable[Mutation]]]): Coder[_ <: AnyRef]
    Attributes
    protected[org.apache.beam.sdk.transforms]
    Definition Classes
    PTransform
    Annotations
    @throws(classOf[org.apache.beam.sdk.coders.CannotProvideCoderException]) @Deprecated
    Deprecated
  3. def getDefaultOutputCoder(): Coder[_ <: AnyRef]
    Attributes
    protected[org.apache.beam.sdk.transforms]
    Definition Classes
    PTransform
    Annotations
    @throws(classOf[org.apache.beam.sdk.coders.CannotProvideCoderException]) @Deprecated
    Deprecated

Inherited from HasDisplayData

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped