Skip navigation links
A B C D E G H I L M N O P R S T V W Z 

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.HBaseTableSchema
Adds a column defined by family, qualifier, and type to the table schema.
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.

B

build() - Method in class org.apache.flink.addons.hbase.HBaseOptions.Builder
Creates an instance of HBaseOptions.
build() - Method in class org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Creates a new instance of HBaseWriteOptions.
builder() - Static method in class org.apache.flink.addons.hbase.HBaseOptions
Creates a builder of HBaseOptions.
Builder() - Constructor for class org.apache.flink.addons.hbase.HBaseOptions.Builder
 
builder() - Static method in class org.apache.flink.addons.hbase.HBaseWriteOptions
Creates a builder for HBaseWriteOptions.
Builder() - Constructor for class org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
 

C

close() - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
 
close() - Method in class org.apache.flink.addons.hbase.HBaseLookupFunction
 
close() - Method in class org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
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(String[], TypeInformation<?>[]) - Method in class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
configure(Configuration) - Method in class org.apache.flink.addons.hbase.TableInputFormat
Creates a Scan object and opens the HTable connection.
CONNECTOR_TABLE_NAME - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
CONNECTOR_TYPE_VALUE_HBASE - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
CONNECTOR_VERSION_VALUE_143 - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
CONNECTOR_WRITE_BUFFER_FLUSH_INTERVAL - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
CONNECTOR_WRITE_BUFFER_FLUSH_MAX_ROWS - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
CONNECTOR_WRITE_BUFFER_FLUSH_MAX_SIZE - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
CONNECTOR_ZK_NODE_PARENT - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
CONNECTOR_ZK_QUORUM - Static variable in class org.apache.flink.table.descriptors.HBaseValidator
 
consumeDataStream(DataStream<Tuple2<Boolean, Row>>) - Method in class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
createDeleteMutation(Row) - Method in class org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Returns an instance of Delete that remove record from HBase table.
createGet(Object) - Method in class org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Returns an instance of Get that retrieves the matches records from the HBase table.
createInputSplits(int) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
 
createPutMutation(Row) - Method in class org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Returns an instance of Put that writes record to HBase table.
createScan() - Method in class org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Returns an instance of Scan that retrieves the required subset of records from the HBase table.
createStreamTableSink(Map<String, String>) - Method in class org.apache.flink.addons.hbase.HBaseTableFactory
 
createStreamTableSource(Map<String, String>) - Method in class org.apache.flink.addons.hbase.HBaseTableFactory
 
currentRow - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
 

D

deserializeConfiguration(byte[], Configuration) - Static method in class org.apache.flink.addons.hbase.util.HBaseConfigurationUtil
Deserialize a Hadoop Configuration from byte[].
deserializeToObject(byte[], int, Charset) - Static method in class org.apache.flink.addons.hbase.util.HBaseTypeUtils
Deserialize byte array to Java Object with the given type.

E

emitDataStream(DataStream<Tuple2<Boolean, Row>>) - Method in class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
endReached - Variable in class org.apache.flink.addons.hbase.AbstractTableInputFormat
 
equals(Object) - Method in class org.apache.flink.addons.hbase.HBaseOptions
 
equals(Object) - Method in class org.apache.flink.addons.hbase.HBaseWriteOptions
 
eval(Object) - Method in class org.apache.flink.addons.hbase.HBaseLookupFunction
The invoke entry point of lookup function.
explainSource() - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 

G

getAsyncLookupFunction(String[]) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
getDataSet(ExecutionEnvironment) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
getDataStream(StreamExecutionEnvironment) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
getEndRow() - Method in class org.apache.flink.addons.hbase.TableInputSplit
Returns the end row.
getFamilyKeys() - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Returns the HBase identifiers of all registered column families.
getFamilyNames() - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Returns the names of all registered column families.
getInputSplitAssigner(TableInputSplit[]) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
 
getLookupFunction(String[]) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
getProducedType() - Method in class org.apache.flink.addons.hbase.HBaseRowInputFormat
 
getQualifierKeys(String) - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Returns the HBase identifiers of all registered column qualifiers for a specific column family.
getQualifierTypes(String) - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Returns the types of all registered column qualifiers of a specific column family.
getRecordType() - Method in class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
getResultType() - Method in class org.apache.flink.addons.hbase.HBaseLookupFunction
 
getReturnType() - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
getRowKeyIndex() - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Returns field index of row key in the table schema.
getRowKeyTypeInfo() - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Returns the optional type information of row key.
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
 
getStringCharset() - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Returns the charset for value strings and HBase identifiers.
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.
getTableSchema() - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
getTableSchema() - Method in class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
getTypeIndex(TypeInformation) - Static method in class org.apache.flink.addons.hbase.util.HBaseTypeUtils
Gets the type index (type representation in HBase connector) from the TypeInformation.

H

hashCode() - Method in class org.apache.flink.addons.hbase.HBaseOptions
 
hashCode() - Method in class org.apache.flink.addons.hbase.HBaseWriteOptions
 
HBase - Class in org.apache.flink.table.descriptors
Connector descriptor for Apache HBase.
HBase() - Constructor for class org.apache.flink.table.descriptors.HBase
 
HBaseConfigurationUtil - Class in org.apache.flink.addons.hbase.util
This class helps to do serialization for hadoop Configuration.
HBaseConfigurationUtil() - Constructor for class org.apache.flink.addons.hbase.util.HBaseConfigurationUtil
 
HBaseLookupFunction - Class in org.apache.flink.addons.hbase
The HBaseLookupFunction is a standard user-defined table function, it can be used in tableAPI and also useful for temporal table join plan in SQL.
HBaseLookupFunction(Configuration, String, HBaseTableSchema) - Constructor for class org.apache.flink.addons.hbase.HBaseLookupFunction
 
HBaseOptions - Class in org.apache.flink.addons.hbase
Common Options for HBase.
HBaseOptions.Builder - Class in org.apache.flink.addons.hbase
Builder for HBaseOptions.
HBaseReadWriteHelper - Class in org.apache.flink.addons.hbase.util
A read and write helper for HBase.
HBaseReadWriteHelper(HBaseTableSchema) - Constructor for class org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
 
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
 
HBaseTableFactory - Class in org.apache.flink.addons.hbase
Factory for creating configured instances of HBaseTableSource or sink.
HBaseTableFactory() - Constructor for class org.apache.flink.addons.hbase.HBaseTableFactory
 
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.
HBaseTypeUtils - Class in org.apache.flink.addons.hbase.util
A utility class to process data exchange with HBase type system.
HBaseTypeUtils() - Constructor for class org.apache.flink.addons.hbase.util.HBaseTypeUtils
 
HBaseUpsertSinkFunction - Class in org.apache.flink.addons.hbase
The upsert sink for HBase.
HBaseUpsertSinkFunction(String, HBaseTableSchema, Configuration, long, long, long) - Constructor for class org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
HBaseUpsertTableSink - Class in org.apache.flink.addons.hbase
An upsert UpsertStreamTableSink for HBase.
HBaseUpsertTableSink(HBaseTableSchema, HBaseOptions, HBaseWriteOptions) - Constructor for class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
HBaseValidator - Class in org.apache.flink.table.descriptors
The validator for HBase.
HBaseValidator() - Constructor for class org.apache.flink.table.descriptors.HBaseValidator
 
HBaseWriteOptions - Class in org.apache.flink.addons.hbase
Options for HBase writing.
HBaseWriteOptions.Builder - Class in org.apache.flink.addons.hbase
Builder for HBaseWriteOptions.

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.
initializeState(FunctionInitializationContext) - Method in class org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
invoke(Tuple2<Boolean, Row>, SinkFunction.Context) - Method in class org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
isAsyncEnabled() - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
isBounded() - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 
isSupportedType(Class<?>) - Static method in class org.apache.flink.addons.hbase.util.HBaseTypeUtils
Checks whether the given Class is a supported type in HBase connector.

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

onException(RetriesExhaustedWithDetailsException, BufferedMutator) - Method in class org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
open(TableInputSplit) - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
 
open(FunctionContext) - Method in class org.apache.flink.addons.hbase.HBaseLookupFunction
 
open(Configuration) - Method in class org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
org.apache.flink.addons.hbase - package org.apache.flink.addons.hbase
 
org.apache.flink.addons.hbase.util - package org.apache.flink.addons.hbase.util
 
org.apache.flink.table.descriptors - package org.apache.flink.table.descriptors
 

P

parseToRow(Result) - Method in class org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Parses HBase Result into Row.
parseToRow(Result, Object) - Method in class org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Parses HBase Result into Row.
projectFields(int[]) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
 

R

reachedEnd() - Method in class org.apache.flink.addons.hbase.AbstractTableInputFormat
 
requiredContext() - Method in class org.apache.flink.addons.hbase.HBaseTableFactory
 
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
 
serializeConfiguration(Configuration) - Static method in class org.apache.flink.addons.hbase.util.HBaseConfigurationUtil
Serialize a Hadoop Configuration into byte[].
serializeFromObject(Object, int, Charset) - Static method in class org.apache.flink.addons.hbase.util.HBaseTypeUtils
Serialize the Java Object to byte array with the given type.
setBufferFlushIntervalMillis(long) - Method in class org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Optional.
setBufferFlushMaxRows(long) - Method in class org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Optional.
setBufferFlushMaxSizeInBytes(long) - Method in class org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Optional.
setCharset(String) - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Sets the charset for value strings and HBase identifiers.
setCharset(String) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
Specifies the charset to parse Strings to HBase byte[] keys and String values.
setIsAppendOnly(Boolean) - Method in class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
setKeyFields(String[]) - Method in class org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
setRowKey(String, Class<?>) - Method in class org.apache.flink.addons.hbase.HBaseTableSchema
Sets row key information in the table schema.
setRowKey(String, Class<?>) - Method in class org.apache.flink.addons.hbase.HBaseTableSource
Sets row key information in the table schema.
setTableName(String) - Method in class org.apache.flink.addons.hbase.HBaseOptions.Builder
Required.
setZkNodeParent(String) - Method in class org.apache.flink.addons.hbase.HBaseOptions.Builder
Optional.
setZkQuorum(String) - Method in class org.apache.flink.addons.hbase.HBaseOptions.Builder
Required.
snapshotState(FunctionSnapshotContext) - Method in class org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
supportedProperties() - Method in class org.apache.flink.addons.hbase.HBaseTableFactory
 

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.
tableName(String) - Method in class org.apache.flink.table.descriptors.HBase
Set the HBase table name, Required.
toConnectorProperties() - Method in class org.apache.flink.table.descriptors.HBase
 
toString() - Method in class org.apache.flink.addons.hbase.HBaseOptions
 
toString() - Method in class org.apache.flink.addons.hbase.HBaseWriteOptions
 

V

validate(DescriptorProperties) - Method in class org.apache.flink.table.descriptors.HBaseValidator
 
version(String) - Method in class org.apache.flink.table.descriptors.HBase
Set the Apache HBase version to be used.

W

writeBufferFlushInterval(String) - Method in class org.apache.flink.table.descriptors.HBase
Set an interval when to flushing buffered requesting if the interval passes, in milliseconds.
writeBufferFlushMaxRows(int) - Method in class org.apache.flink.table.descriptors.HBase
Set threshold when to flush buffered request based on the number of rows currently added.
writeBufferFlushMaxSize(String) - Method in class org.apache.flink.table.descriptors.HBase
Set threshold when to flush buffered request based on the memory byte size of rows currently added.

Z

zookeeperNodeParent(String) - Method in class org.apache.flink.table.descriptors.HBase
Set the zookeeper node parent path of HBase cluster.
zookeeperQuorum(String) - Method in class org.apache.flink.table.descriptors.HBase
Set the zookeeper quorum address to connect the HBase cluster.
A B C D E G H I L M N O P R S T V W Z 
Skip navigation links

Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.