跳过导航链接
A B C D E G H I L M N O P R S T V W Z 

A

AbstractTableInputFormat<T> - org.apache.flink.addons.hbase中的类
Abstract InputFormat to read data from HBase tables.
AbstractTableInputFormat() - 类 的构造器org.apache.flink.addons.hbase.AbstractTableInputFormat
 
addColumn(String, String, Class<?>) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Adds a column defined by family, qualifier, and type to the table schema.
addColumn(String, String, Class<?>) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
Adds a column defined by family, qualifier, and type to the table schema.

B

build() - 类 中的方法org.apache.flink.addons.hbase.HBaseOptions.Builder
Creates an instance of HBaseOptions.
build() - 类 中的方法org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Creates a new instance of HBaseWriteOptions.
builder() - 类 中的静态方法org.apache.flink.addons.hbase.HBaseOptions
Creates a builder of HBaseOptions.
Builder() - 类 的构造器org.apache.flink.addons.hbase.HBaseOptions.Builder
 
builder() - 类 中的静态方法org.apache.flink.addons.hbase.HBaseWriteOptions
Creates a builder for HBaseWriteOptions.
Builder() - 类 的构造器org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
 

C

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

D

deserializeConfiguration(byte[], Configuration) - 类 中的静态方法org.apache.flink.addons.hbase.util.HBaseConfigurationUtil
Deserialize a Hadoop Configuration from byte[].
deserializeToObject(byte[], int, Charset) - 类 中的静态方法org.apache.flink.addons.hbase.util.HBaseTypeUtils
Deserialize byte array to Java Object with the given type.

E

emitDataStream(DataStream<Tuple2<Boolean, Row>>) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
endReached - 类 中的变量org.apache.flink.addons.hbase.AbstractTableInputFormat
 
equals(Object) - 类 中的方法org.apache.flink.addons.hbase.HBaseOptions
 
equals(Object) - 类 中的方法org.apache.flink.addons.hbase.HBaseWriteOptions
 
eval(Object) - 类 中的方法org.apache.flink.addons.hbase.HBaseLookupFunction
The invoke entry point of lookup function.
explainSource() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 

G

getAsyncLookupFunction(String[]) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
getDataSet(ExecutionEnvironment) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
getDataStream(StreamExecutionEnvironment) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
getEndRow() - 类 中的方法org.apache.flink.addons.hbase.TableInputSplit
Returns the end row.
getFamilyKeys() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Returns the HBase identifiers of all registered column families.
getFamilyNames() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Returns the names of all registered column families.
getInputSplitAssigner(TableInputSplit[]) - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
 
getLookupFunction(String[]) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
getProducedType() - 类 中的方法org.apache.flink.addons.hbase.HBaseRowInputFormat
 
getQualifierKeys(String) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Returns the HBase identifiers of all registered column qualifiers for a specific column family.
getQualifierTypes(String) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Returns the types of all registered column qualifiers of a specific column family.
getRecordType() - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
getResultType() - 类 中的方法org.apache.flink.addons.hbase.HBaseLookupFunction
 
getReturnType() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
getRowKeyIndex() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Returns field index of row key in the table schema.
getRowKeyTypeInfo() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Returns the optional type information of row key.
getScanner() - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
Returns an instance of Scan that retrieves the required subset of records from the HBase table.
getScanner() - 类 中的方法org.apache.flink.addons.hbase.HBaseRowInputFormat
 
getScanner() - 类 中的方法org.apache.flink.addons.hbase.TableInputFormat
Returns an instance of Scan that retrieves the required subset of records from the HBase table.
getStartRow() - 类 中的方法org.apache.flink.addons.hbase.TableInputSplit
Returns the start row.
getStatistics(BaseStatistics) - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
 
getStringCharset() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Returns the charset for value strings and HBase identifiers.
getTableName() - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
What table is to be read.
getTableName() - 类 中的方法org.apache.flink.addons.hbase.HBaseRowInputFormat
 
getTableName() - 类 中的方法org.apache.flink.addons.hbase.TableInputFormat
What table is to be read.
getTableName() - 类 中的方法org.apache.flink.addons.hbase.TableInputSplit
Returns the table name.
getTableSchema() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
getTableSchema() - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
getTypeIndex(TypeInformation) - 类 中的静态方法org.apache.flink.addons.hbase.util.HBaseTypeUtils
Gets the type index (type representation in HBase connector) from the TypeInformation.

H

hashCode() - 类 中的方法org.apache.flink.addons.hbase.HBaseOptions
 
hashCode() - 类 中的方法org.apache.flink.addons.hbase.HBaseWriteOptions
 
HBase - org.apache.flink.table.descriptors中的类
Connector descriptor for Apache HBase.
HBase() - 类 的构造器org.apache.flink.table.descriptors.HBase
 
HBaseConfigurationUtil - org.apache.flink.addons.hbase.util中的类
This class helps to do serialization for hadoop Configuration.
HBaseConfigurationUtil() - 类 的构造器org.apache.flink.addons.hbase.util.HBaseConfigurationUtil
 
HBaseLookupFunction - 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) - 类 的构造器org.apache.flink.addons.hbase.HBaseLookupFunction
 
HBaseOptions - org.apache.flink.addons.hbase中的类
Common Options for HBase.
HBaseOptions.Builder - org.apache.flink.addons.hbase中的类
Builder for HBaseOptions.
HBaseReadWriteHelper - org.apache.flink.addons.hbase.util中的类
A read and write helper for HBase.
HBaseReadWriteHelper(HBaseTableSchema) - 类 的构造器org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
 
HBaseRowInputFormat - org.apache.flink.addons.hbase中的类
InputFormat subclass that wraps the access for HTables.
HBaseRowInputFormat(Configuration, String, HBaseTableSchema) - 类 的构造器org.apache.flink.addons.hbase.HBaseRowInputFormat
 
HBaseTableFactory - org.apache.flink.addons.hbase中的类
Factory for creating configured instances of HBaseTableSource or sink.
HBaseTableFactory() - 类 的构造器org.apache.flink.addons.hbase.HBaseTableFactory
 
HBaseTableSchema - org.apache.flink.addons.hbase中的类
Helps to specify an HBase Table's schema.
HBaseTableSchema() - 类 的构造器org.apache.flink.addons.hbase.HBaseTableSchema
 
HBaseTableSource - org.apache.flink.addons.hbase中的类
Creates a TableSource to scan an HBase table.
HBaseTableSource(Configuration, String) - 类 的构造器org.apache.flink.addons.hbase.HBaseTableSource
The HBase configuration and the name of the table to read.
HBaseTypeUtils - org.apache.flink.addons.hbase.util中的类
A utility class to process data exchange with HBase type system.
HBaseTypeUtils() - 类 的构造器org.apache.flink.addons.hbase.util.HBaseTypeUtils
 
HBaseUpsertSinkFunction - org.apache.flink.addons.hbase中的类
The upsert sink for HBase.
HBaseUpsertSinkFunction(String, HBaseTableSchema, Configuration, long, long, long) - 类 的构造器org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
HBaseUpsertTableSink - org.apache.flink.addons.hbase中的类
An upsert UpsertStreamTableSink for HBase.
HBaseUpsertTableSink(HBaseTableSchema, HBaseOptions, HBaseWriteOptions) - 类 的构造器org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
HBaseValidator - org.apache.flink.table.descriptors中的类
The validator for HBase.
HBaseValidator() - 类 的构造器org.apache.flink.table.descriptors.HBaseValidator
 
HBaseWriteOptions - org.apache.flink.addons.hbase中的类
Options for HBase writing.
HBaseWriteOptions.Builder - org.apache.flink.addons.hbase中的类
Builder for HBaseWriteOptions.

I

includeRegionInScan(byte[], byte[]) - 类 中的方法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) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
invoke(Tuple2<Boolean, Row>, SinkFunction.Context) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
isAsyncEnabled() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
isBounded() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 
isSupportedType(Class<?>) - 类 中的静态方法org.apache.flink.addons.hbase.util.HBaseTypeUtils
Checks whether the given Class is a supported type in HBase connector.

L

LOG - 类 中的静态变量org.apache.flink.addons.hbase.AbstractTableInputFormat
 

M

mapResultToOutType(Result) - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
HBase returns an instance of Result.
mapResultToOutType(Result) - 类 中的方法org.apache.flink.addons.hbase.HBaseRowInputFormat
 
mapResultToOutType(Result) - 类 中的方法org.apache.flink.addons.hbase.TableInputFormat
 
mapResultToTuple(Result) - 类 中的方法org.apache.flink.addons.hbase.TableInputFormat
The output from HBase is always an instance of Result.

N

nextRecord(T) - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
 

O

onException(RetriesExhaustedWithDetailsException, BufferedMutator) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
open(TableInputSplit) - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
 
open(FunctionContext) - 类 中的方法org.apache.flink.addons.hbase.HBaseLookupFunction
 
open(Configuration) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
org.apache.flink.addons.hbase - 程序包 org.apache.flink.addons.hbase
 
org.apache.flink.addons.hbase.util - 程序包 org.apache.flink.addons.hbase.util
 
org.apache.flink.table.descriptors - 程序包 org.apache.flink.table.descriptors
 

P

parseToRow(Result) - 类 中的方法org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Parses HBase Result into Row.
parseToRow(Result, Object) - 类 中的方法org.apache.flink.addons.hbase.util.HBaseReadWriteHelper
Parses HBase Result into Row.
projectFields(int[]) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
 

R

reachedEnd() - 类 中的方法org.apache.flink.addons.hbase.AbstractTableInputFormat
 
requiredContext() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableFactory
 
resultScanner - 类 中的变量org.apache.flink.addons.hbase.AbstractTableInputFormat
HBase iterator wrapper.

S

scan - 类 中的变量org.apache.flink.addons.hbase.AbstractTableInputFormat
 
scannedRows - 类 中的变量org.apache.flink.addons.hbase.AbstractTableInputFormat
 
serializeConfiguration(Configuration) - 类 中的静态方法org.apache.flink.addons.hbase.util.HBaseConfigurationUtil
Serialize a Hadoop Configuration into byte[].
serializeFromObject(Object, int, Charset) - 类 中的静态方法org.apache.flink.addons.hbase.util.HBaseTypeUtils
Serialize the Java Object to byte array with the given type.
setBufferFlushIntervalMillis(long) - 类 中的方法org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Optional.
setBufferFlushMaxRows(long) - 类 中的方法org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Optional.
setBufferFlushMaxSizeInBytes(long) - 类 中的方法org.apache.flink.addons.hbase.HBaseWriteOptions.Builder
Optional.
setCharset(String) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Sets the charset for value strings and HBase identifiers.
setCharset(String) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
Specifies the charset to parse Strings to HBase byte[] keys and String values.
setIsAppendOnly(Boolean) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
setKeyFields(String[]) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertTableSink
 
setRowKey(String, Class<?>) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSchema
Sets row key information in the table schema.
setRowKey(String, Class<?>) - 类 中的方法org.apache.flink.addons.hbase.HBaseTableSource
Sets row key information in the table schema.
setTableName(String) - 类 中的方法org.apache.flink.addons.hbase.HBaseOptions.Builder
Required.
setZkNodeParent(String) - 类 中的方法org.apache.flink.addons.hbase.HBaseOptions.Builder
Optional.
setZkQuorum(String) - 类 中的方法org.apache.flink.addons.hbase.HBaseOptions.Builder
Required.
snapshotState(FunctionSnapshotContext) - 类 中的方法org.apache.flink.addons.hbase.HBaseUpsertSinkFunction
 
supportedProperties() - 类 中的方法org.apache.flink.addons.hbase.HBaseTableFactory
 

T

table - 类 中的变量org.apache.flink.addons.hbase.AbstractTableInputFormat
 
TableInputFormat<T extends org.apache.flink.api.java.tuple.Tuple> - org.apache.flink.addons.hbase中的类
InputFormat subclass that wraps the access for HTables.
TableInputFormat() - 类 的构造器org.apache.flink.addons.hbase.TableInputFormat
 
TableInputSplit - org.apache.flink.addons.hbase中的类
This class implements a input splits for HBase.
tableName(String) - 类 中的方法org.apache.flink.table.descriptors.HBase
Set the HBase table name, Required.
toConnectorProperties() - 类 中的方法org.apache.flink.table.descriptors.HBase
 
toString() - 类 中的方法org.apache.flink.addons.hbase.HBaseOptions
 
toString() - 类 中的方法org.apache.flink.addons.hbase.HBaseWriteOptions
 

V

validate(DescriptorProperties) - 类 中的方法org.apache.flink.table.descriptors.HBaseValidator
 
version(String) - 类 中的方法org.apache.flink.table.descriptors.HBase
Set the Apache HBase version to be used.

W

writeBufferFlushInterval(String) - 类 中的方法org.apache.flink.table.descriptors.HBase
Set an interval when to flushing buffered requesting if the interval passes, in milliseconds.
writeBufferFlushMaxRows(int) - 类 中的方法org.apache.flink.table.descriptors.HBase
Set threshold when to flush buffered request based on the number of rows currently added.
writeBufferFlushMaxSize(String) - 类 中的方法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) - 类 中的方法org.apache.flink.table.descriptors.HBase
Set the zookeeper node parent path of HBase cluster.
zookeeperQuorum(String) - 类 中的方法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 
跳过导航链接

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