public static class HBaseIO.WriteRowMutations
extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<byte[],org.apache.hadoop.hbase.client.RowMutations>>,org.apache.beam.sdk.values.PDone>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable java.lang.Object o) |
org.apache.beam.sdk.values.PDone |
expand(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<byte[],org.apache.hadoop.hbase.client.RowMutations>> input) |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
java.lang.String |
getTableId() |
int |
hashCode() |
void |
populateDisplayData(org.apache.beam.sdk.transforms.display.DisplayData.Builder builder) |
HBaseIO.WriteRowMutations |
withConfiguration(org.apache.hadoop.conf.Configuration configuration)
Writes to the HBase instance indicated by the given Configuration.
|
HBaseIO.WriteRowMutations |
withTableId(java.lang.String tableId)
Writes to the specified table.
|
addAnnotation, compose, compose, getAdditionalInputs, getAnnotations, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, setDisplayData, setResourceHints, toString, validate, validatepublic HBaseIO.WriteRowMutations withConfiguration(org.apache.hadoop.conf.Configuration configuration)
public HBaseIO.WriteRowMutations withTableId(java.lang.String tableId)
public org.apache.beam.sdk.values.PDone expand(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<byte[],org.apache.hadoop.hbase.client.RowMutations>> input)
expand in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<byte[],org.apache.hadoop.hbase.client.RowMutations>>,org.apache.beam.sdk.values.PDone>public void populateDisplayData(org.apache.beam.sdk.transforms.display.DisplayData.Builder builder)
populateDisplayData in interface org.apache.beam.sdk.transforms.display.HasDisplayDatapopulateDisplayData in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<byte[],org.apache.hadoop.hbase.client.RowMutations>>,org.apache.beam.sdk.values.PDone>public org.apache.hadoop.conf.Configuration getConfiguration()
public java.lang.String getTableId()
public boolean equals(@Nullable java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object