Skip navigation links
E G H O P R V W 

E

expand(PBegin) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
 
expand(PCollection<KV<byte[], Iterable<Mutation>>>) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
 

G

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.
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

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 PTransform that reads from HBase.
HBaseIO.Write - Class in org.apache.beam.sdk.io.hbase
A PTransform that writes to HBase.

O

org.apache.beam.sdk.io.hbase - package org.apache.beam.sdk.io.hbase
Defines transforms for reading and writing from 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.

V

validate(PipelineOptions) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
 
validate(PipelineOptions) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
 

W

withConfiguration(Configuration) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
Returns a new HBaseIO.Read that will read from the HBase instance indicated by the given configuration.
withConfiguration(Configuration) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
Returns a new HBaseIO.Write that will write to the HBase instance indicated by the given Configuration, and using any other specified customizations.
withFilter(Filter) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
Returns a new HBaseIO.Read that will filter the rows read from HBase using the given row filter.
withKeyRange(ByteKeyRange) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
Returns a new HBaseIO.Read that will read only rows in the specified range.
withKeyRange(byte[], byte[]) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
Returns a new HBaseIO.Read that will read only rows in the specified range.
withScan(Scan) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
Returns a new HBaseIO.Read that will filter the rows read from HBase using the given scan.
withTableId(String) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Read
Returns a new HBaseIO.Read that will read from the specified table.
withTableId(String) - Method in class org.apache.beam.sdk.io.hbase.HBaseIO.Write
Returns a new HBaseIO.Write that will write to the specified table.
write() - Static method in class org.apache.beam.sdk.io.hbase.HBaseIO
Creates an uninitialized HBaseIO.Write.
WRITE_CODER - Static variable in class org.apache.beam.sdk.io.hbase.HBaseIO
 
E G H O P R V W 
Skip navigation links

Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.