Serialized Form
-
Package org.apache.beam.sdk.io.hbase
-
Class org.apache.beam.sdk.io.hbase.HBaseIO.Read extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PBegin,org.apache.beam.sdk.values.PCollection<org.apache.hadoop.hbase.client.Result>> implements Serializable
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
The writeReplace method allows the developer to provide a replacement object that will be serialized instead of the original one. We use this to keep the enclosed class immutable. For more details on the technique see this article.
-
-
Serialized Fields
-
configuration
org.apache.hadoop.conf.Configuration configuration
-
scan
org.apache.hadoop.hbase.client.Scan scan
-
tableId
java.lang.String tableId
-
-
-
Class org.apache.beam.sdk.io.hbase.HBaseIO.ReadAll extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<HBaseIO.Read>,org.apache.beam.sdk.values.PCollection<org.apache.hadoop.hbase.client.Result>> implements Serializable
-
Class org.apache.beam.sdk.io.hbase.HBaseIO.Write extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.apache.hadoop.hbase.client.Mutation>,org.apache.beam.sdk.values.PDone> implements Serializable
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
The writeReplace method allows the developer to provide a replacement object that will be serialized instead of the original one. We use this to keep the enclosed class immutable. For more details on the technique see this article.
-
-
Serialized Fields
-
configuration
org.apache.hadoop.conf.Configuration configuration
-
tableId
java.lang.String tableId
-
-
-
Class org.apache.beam.sdk.io.hbase.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> implements Serializable
-
Serialization Methods
-
writeReplace
private java.lang.Object writeReplace()
The writeReplace method allows the developer to provide a replacement object that will be serialized instead of the original one. We use this to keep the enclosed class immutable. For more details on the technique see this article.
-
-
Serialized Fields
-
configuration
org.apache.hadoop.conf.Configuration configuration
-
tableId
java.lang.String tableId
-
-
-