A C E G H I L M N O P R S T
A
- AbstractTableInputFormat<T> - Class in org.apache.flink.addons.hbase
-
Abstract InputFormat
to read data from HBase tables.
- AbstractTableInputFormat() - Constructor for class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- addColumn(String, String, Class<?>) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
-
Adds a column defined by family, qualifier, and type to the table schema.
C
- close() - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- closeInputFormat() - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- configure(Configuration) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
Creates a Scan
object and opens the HTable
connection.
- configure(Configuration) - Method in class org.apache.flink.addons.hbase.HBaseRowInputFormat
-
- configure(Configuration) - Method in class org.apache.flink.addons.hbase.TableInputFormat
-
Creates a Scan
object and opens the HTable
connection.
- createInputSplits(int) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- currentRow - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
E
- endReached - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- explainSource() - Method in class org.apache.flink.addons.hbase.HBaseTableSource
-
G
- getDataSet(ExecutionEnvironment) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
-
- getEndRow() - Method in class org.apache.flink.addons.hbase.TableInputSplit
-
Returns the end row.
- getInputSplitAssigner(TableInputSplit[]) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- getProducedType() - Method in class org.apache.flink.addons.hbase.HBaseRowInputFormat
-
- getReturnType() - Method in class org.apache.flink.addons.hbase.HBaseTableSource
-
- getScanner() - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
Returns an instance of Scan that retrieves the required subset of records from the HBase table.
- getScanner() - Method in class org.apache.flink.addons.hbase.HBaseRowInputFormat
-
- getScanner() - Method in class org.apache.flink.addons.hbase.TableInputFormat
-
Returns an instance of Scan that retrieves the required subset of records from the HBase table.
- getStartRow() - Method in class org.apache.flink.addons.hbase.TableInputSplit
-
Returns the start row.
- getStatistics(BaseStatistics) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- getTableName() - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
What table is to be read.
- getTableName() - Method in class org.apache.flink.addons.hbase.HBaseRowInputFormat
-
- getTableName() - Method in class org.apache.flink.addons.hbase.TableInputFormat
-
What table is to be read.
- getTableName() - Method in class org.apache.flink.addons.hbase.TableInputSplit
-
Returns the table name.
H
- HBaseRowInputFormat - Class in org.apache.flink.addons.hbase
-
InputFormat
subclass that wraps the access for HTables.
- HBaseRowInputFormat(Configuration, String, HBaseTableSchema) - Constructor for class org.apache.flink.addons.hbase.HBaseRowInputFormat
-
- HBaseTableSchema - Class in org.apache.flink.addons.hbase
-
Helps to specify an HBase Table's schema
- HBaseTableSchema() - Constructor for class org.apache.flink.addons.hbase.HBaseTableSchema
-
- HBaseTableSource - Class in org.apache.flink.addons.hbase
-
Creates a TableSource to scan an HBase table.
- HBaseTableSource(Configuration, String) - Constructor for class org.apache.flink.addons.hbase.HBaseTableSource
-
The HBase configuration and the name of the table to read.
I
- includeRegionInScan(byte[], byte[]) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
Test if the given region is to be included in the scan while splitting the regions of a table.
L
- LOG - Static variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
M
- mapResultToOutType(Result) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
HBase returns an instance of Result
.
- mapResultToOutType(Result) - Method in class org.apache.flink.addons.hbase.HBaseRowInputFormat
-
- mapResultToOutType(Result) - Method in class org.apache.flink.addons.hbase.TableInputFormat
-
- mapResultToTuple(Result) - Method in class org.apache.flink.addons.hbase.TableInputFormat
-
The output from HBase is always an instance of Result
.
N
- nextRecord(T) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
O
- open(TableInputSplit) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- org.apache.flink.addons.hbase - package org.apache.flink.addons.hbase
-
P
- projectFields(int[]) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
-
R
- reachedEnd() - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- resultScanner - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
HBase iterator wrapper
S
- scan - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- scannedRows - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- setCharset(String) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
-
Specifies the charset to parse Strings to HBase byte[] keys and String values.
T
- table - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
-
- TableInputFormat<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.apache.flink.addons.hbase
-
InputFormat
subclass that wraps the access for HTables.
- TableInputFormat() - Constructor for class org.apache.flink.addons.hbase.TableInputFormat
-
- TableInputSplit - Class in org.apache.flink.addons.hbase
-
This class implements a input splits for HBase.
A C E G H I L M N O P R S T
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.