class BigtableBulkWriter extends PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]
- Source
- BigtableBulkWriter.java
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigtableBulkWriter
- PTransform
- HasDisplayData
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BigtableBulkWriter(tableName: String, bigtableOptions: BigtableOptions, numOfShards: Int, flushInterval: Duration)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAnnotation(annotationType: String, annotation: Array[Byte]): PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]
- Definition Classes
- PTransform
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expand(input: PCollection[KV[ByteString, Iterable[Mutation]]]): PDone
- Definition Classes
- BigtableBulkWriter → PTransform
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAdditionalInputs(): Map[TupleTag[_ <: AnyRef], PValue]
- Definition Classes
- PTransform
- def getAnnotations(): Map[String, Array[Byte]]
- Definition Classes
- PTransform
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getKindString(): String
- Attributes
- protected[org.apache.beam.sdk.transforms]
- Definition Classes
- PTransform
- def getName(): String
- Definition Classes
- PTransform
- def getResourceHints(): ResourceHints
- Definition Classes
- PTransform
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def populateDisplayData(builder: Builder): Unit
- Definition Classes
- PTransform → HasDisplayData
- def setDisplayData(displayData: List[ItemSpec[_ <: AnyRef]]): PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]
- Definition Classes
- PTransform
- def setResourceHints(resourceHints: ResourceHints): PTransform[PCollection[KV[ByteString, Iterable[Mutation]]], PDone]
- Definition Classes
- PTransform
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- PTransform → AnyRef → Any
- Annotations
- @SideEffectFree()
- def validate(options: PipelineOptions, inputs: Map[TupleTag[_ <: AnyRef], PCollection[_ <: AnyRef]], outputs: Map[TupleTag[_ <: AnyRef], PCollection[_ <: AnyRef]]): Unit
- Definition Classes
- PTransform
- def validate(options: PipelineOptions): Unit
- Definition Classes
- PTransform
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- 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
- 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
- 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