E G H O P R W
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- equals(Object) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
- equals(Object) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
- expand(PBegin) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
- expand(PCollection<HBaseIO.Read>) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.ReadAll
- expand(PCollection<Mutation>) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
G
- getCoderProviders() - Method in class org.apache.beam.sdk.io.hbase.HBaseCoderProviderRegistrar
- getConfiguration() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
- getConfiguration() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
- getKeyRange() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
-
Returns the range of keys that will be read from the table.
- getScan() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
- getTableId() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
- getTableId() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
H
- hashCode() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
- hashCode() - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
- HBaseCoderProviderRegistrar - Class in org.apache.beam.sdk.io.hbase
-
A
CoderProviderRegistrarfor standard types used withHBaseIO. - HBaseCoderProviderRegistrar() - Constructor for class org.apache.beam.sdk.io.hbase.HBaseCoderProviderRegistrar
- HBaseIO - Class in org.apache.beam.sdk.io.hbase
-
A bounded source and sink for HBase.
- HBaseIO.Read - Class in org.apache.beam.sdk.io.hbase
-
A
PTransformthat reads from HBase. - HBaseIO.ReadAll - Class in org.apache.beam.sdk.io.hbase
-
Implementation of
HBaseIO.readAll(). - HBaseIO.Write - Class in org.apache.beam.sdk.io.hbase
-
A
PTransformthat writes to HBase.
O
- org.apache.beam.sdk.io.hbase - package org.apache.beam.sdk.io.hbase
-
Transforms for reading and writing from/to Apache HBase.
P
- populateDisplayData(DisplayData.Builder) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
- populateDisplayData(DisplayData.Builder) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
R
- read() - Static method in class org.apache.beam.sdk.io.hbase.HBaseIO
-
Creates an uninitialized
HBaseIO.Read. - readAll() - Static method in class org.apache.beam.sdk.io.hbase.HBaseIO
-
A
PTransformthat works likeHBaseIO.read(), but executes read operations coming from aPCollectionofHBaseIO.Read.
W
- withConfiguration(Configuration) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
-
Reads from the HBase instance indicated by the* given configuration.
- withConfiguration(Configuration) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
-
Writes to the HBase instance indicated by the* given Configuration.
- withFilter(Filter) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
-
Filters the rows read from HBase using the given* row filter.
- withKeyRange(byte[], byte[]) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
-
Reads only rows in the specified range.
- withKeyRange(ByteKeyRange) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
-
Reads only rows in the specified range.
- withScan(Scan) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
-
Filters the rows read from HBase using the given* scan.
- withTableId(String) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
-
Reads from the specified table.
- withTableId(String) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
-
Writes to the specified table.
- write() - Static method in class org.apache.beam.sdk.io.hbase.HBaseIO
-
Creates an uninitialized
HBaseIO.Write.
All Classes All Packages