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

A

AbstractHBaseDynamicTableSource - Class in org.apache.flink.connector.hbase.source
HBase table source implementation.
AbstractHBaseDynamicTableSource(Configuration, String, HBaseTableSchema, String, HBaseLookupOptions) - Constructor for class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
AbstractHBaseTableSource - Class in org.apache.flink.connector.hbase.source
Creates a TableSource to scan an HBase table.
AbstractHBaseTableSource(Configuration, String, HBaseTableSchema, int[]) - Constructor for class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
AbstractHBaseValidator - Class in org.apache.flink.table.descriptors
The validator for HBase.
AbstractHBaseValidator() - Constructor for class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
addColumn(String, String, Class<?>) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
Adds a column defined by family, qualifier, and type to the table schema.
addColumn(String, String, Class<?>) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Adds a column defined by family, qualifier, and type to the table schema.
addColumn(String, String, DataType) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
 
applyProjection(int[][]) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
asSummaryString() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 

B

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

C

close() - Method in class org.apache.flink.connector.hbase.sink.HBaseSinkFunction
 
close() - Method in class org.apache.flink.connector.hbase.source.HBaseLookupFunction
 
close() - Method in class org.apache.flink.connector.hbase.source.HBaseRowDataLookupFunction
 
conf - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
conf - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
CONNECTOR_PROPERTIES - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
CONNECTOR_TABLE_NAME - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
CONNECTOR_TYPE_VALUE_HBASE - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
CONNECTOR_WRITE_BUFFER_FLUSH_INTERVAL - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
CONNECTOR_WRITE_BUFFER_FLUSH_MAX_ROWS - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
CONNECTOR_WRITE_BUFFER_FLUSH_MAX_SIZE - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
CONNECTOR_ZK_NODE_PARENT - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
CONNECTOR_ZK_QUORUM - Static variable in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
convertsToTableSchema() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Converts this HBaseTableSchema to TableSchema, the fields are consisted of families and rowkey, the order is in the definition order (i.e.
convertToMutation(T) - Method in interface org.apache.flink.connector.hbase.sink.HBaseMutationConverter
Converts the input record into HBase Mutation.
convertToMutation(Tuple2<Boolean, Row>) - Method in class org.apache.flink.connector.hbase.sink.LegacyMutationConverter
 
convertToMutation(RowData) - Method in class org.apache.flink.connector.hbase.sink.RowDataToMutationConverter
 
convertToNewRow(Result) - Method in class org.apache.flink.connector.hbase.util.HBaseSerde
Converts HBase Result into a new RowData instance.
convertToReusedRow(Result) - Method in class org.apache.flink.connector.hbase.util.HBaseSerde
Converts HBase Result into a reused RowData instance.
convertToRow(Result) - Method in class org.apache.flink.connector.hbase.util.HBaseSerde
Deprecated.
createDeleteMutation(Row) - Method in class org.apache.flink.connector.hbase.util.HBaseReadWriteHelper
Returns an instance of Delete that remove record from HBase table.
createDeleteMutation(RowData) - Method in class org.apache.flink.connector.hbase.util.HBaseSerde
Returns an instance of Delete that remove record from HBase table.
createGet(Object) - Method in class org.apache.flink.connector.hbase.util.HBaseReadWriteHelper
Returns an instance of Get that retrieves the matches records from the HBase table.
createGet(Object) - Method in class org.apache.flink.connector.hbase.util.HBaseSerde
Returns an instance of Get that retrieves the matches records from the HBase table.
createHBaseConf() - Static method in class org.apache.flink.connector.hbase.util.HBaseConfigurationUtil
 
createPutMutation(Row) - Method in class org.apache.flink.connector.hbase.util.HBaseReadWriteHelper
Returns an instance of Put that writes record to HBase table.
createPutMutation(RowData) - Method in class org.apache.flink.connector.hbase.util.HBaseSerde
Returns an instance of Put that writes record to HBase table.
createScan() - Method in class org.apache.flink.connector.hbase.util.HBaseReadWriteHelper
Returns an instance of Scan that retrieves the required subset of records from the HBase table.
createScan() - Method in class org.apache.flink.connector.hbase.util.HBaseSerde
Returns an instance of Scan that retrieves the required subset of records from the HBase table.

D

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

E

ENV_HBASE_CONF_DIR - Static variable in class org.apache.flink.connector.hbase.util.HBaseConfigurationUtil
 
equals(Object) - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions
 
equals(Object) - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions
 
eval(Object) - Method in class org.apache.flink.connector.hbase.source.HBaseLookupFunction
The invoke entry point of lookup function.
eval(Object) - Method in class org.apache.flink.connector.hbase.source.HBaseRowDataLookupFunction
The invoke entry point of lookup function.
explainSource() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 

F

fromTableSchema(TableSchema) - Static method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Construct a HBaseTableSchema from a TableSchema.

G

getAsyncLookupFunction(String[]) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getBufferFlushIntervalMillis() - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions
 
getBufferFlushMaxRows() - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions
 
getBufferFlushMaxSizeInBytes() - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions
 
getCacheExpireMs() - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions
 
getCacheMaxSize() - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions
 
getChangelogMode() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
getConnectorVersion() - Method in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
getDataSet(ExecutionEnvironment) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getDataStream(StreamExecutionEnvironment) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getEndRow() - Method in class org.apache.flink.connector.hbase.source.TableInputSplit
Returns the end row.
getFamilyKeys() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns the HBase identifiers of all registered column families.
getFamilyNames() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns the names of all registered column families.
getHBaseConfiguration(Map<String, String>) - Static method in class org.apache.flink.connector.hbase.options.HBaseOptions
config HBase Configuration.
getHBaseConfiguration() - Static method in class org.apache.flink.connector.hbase.util.HBaseConfigurationUtil
 
getHBaseLookupOptions(ReadableConfig) - Static method in class org.apache.flink.connector.hbase.options.HBaseOptions
 
getHBaseTableSchema() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
getHBaseTableSchema() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getHBaseWriteOptions(ReadableConfig) - Static method in class org.apache.flink.connector.hbase.options.HBaseOptions
 
getHTableName() - Method in class org.apache.flink.connector.hbase.source.HBaseLookupFunction
 
getHTableName() - Method in class org.apache.flink.connector.hbase.source.HBaseRowDataLookupFunction
 
getInputFormat() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
getInputFormat(HBaseTableSchema) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getLookupAsync() - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions
 
getLookupFunction(String[]) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getLookupRuntimeProvider(LookupTableSource.LookupContext) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
getMaxRetryTimes() - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions
 
getParallelism() - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions
 
getProjectedHBaseTableSchema(int[]) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Gets a new hbase schema with the selected fields.
getQualifierDataTypes(String) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
 
getQualifierKeys(String) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns the HBase identifiers of all registered column qualifiers for a specific column family.
getQualifierNames(String) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns the names of all registered column qualifiers of a specific column family.
getQualifierTypes(String) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns the types of all registered column qualifiers of a specific column family.
getResultType() - Method in class org.apache.flink.connector.hbase.source.HBaseLookupFunction
 
getReturnType() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getRowKeyDataType() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
 
getRowKeyIndex() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns field index of row key in the table schema.
getRowKeyName() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns optional value of row key name.
getRowKeyTypeInfo() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns the optional type information of row key.
getScanRuntimeProvider(ScanTableSource.ScanContext) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
getStartRow() - Method in class org.apache.flink.connector.hbase.source.TableInputSplit
Returns the start row.
getStringCharset() - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Returns the charset for value strings and HBase identifiers.
getTableName() - Method in class org.apache.flink.connector.hbase.source.TableInputSplit
Returns the table name.
getTableSchema() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
getTypeIndex(TypeInformation) - Static method in class org.apache.flink.connector.hbase.util.HBaseTypeUtils
Gets the type index (type representation in HBase connector) from the TypeInformation.

H

hashCode() - Method in class org.apache.flink.connector.hbase.options.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.connector.hbase.util
This class helps to do serialization for hadoop Configuration and HBase-related classes.
HBaseConfigurationUtil() - Constructor for class org.apache.flink.connector.hbase.util.HBaseConfigurationUtil
 
HBaseLookupFunction - Class in org.apache.flink.connector.hbase.source
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.connector.hbase.source.HBaseLookupFunction
 
HBaseLookupOptions - Class in org.apache.flink.connector.hbase.options
Options for the HBase lookup.
HBaseLookupOptions(long, long, int, boolean) - Constructor for class org.apache.flink.connector.hbase.options.HBaseLookupOptions
 
HBaseLookupOptions.Builder - Class in org.apache.flink.connector.hbase.options
Builder of HBaseLookupOptions.
HBaseMutationConverter<T> - Interface in org.apache.flink.connector.hbase.sink
A converter used to converts the input record into HBase Mutation.
HBaseOptions - Class in org.apache.flink.connector.hbase.options
Common Options for HBase.
HBaseOptions() - Constructor for class org.apache.flink.connector.hbase.options.HBaseOptions
 
HBaseReadWriteHelper - Class in org.apache.flink.connector.hbase.util
A read and write helper for HBase.
HBaseReadWriteHelper(HBaseTableSchema) - Constructor for class org.apache.flink.connector.hbase.util.HBaseReadWriteHelper
 
HBaseRowDataLookupFunction - Class in org.apache.flink.connector.hbase.source
The HBaseRowDataLookupFunction is a standard user-defined table function, it can be used in tableAPI and also useful for temporal table join plan in SQL.
HBaseRowDataLookupFunction(Configuration, String, HBaseTableSchema, String, HBaseLookupOptions) - Constructor for class org.apache.flink.connector.hbase.source.HBaseRowDataLookupFunction
 
hbaseSchema - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
hbaseSchema - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
HBaseSerde - Class in org.apache.flink.connector.hbase.util
Utilities for HBase serialization and deserialization.
HBaseSerde(HBaseTableSchema, String) - Constructor for class org.apache.flink.connector.hbase.util.HBaseSerde
 
HBaseSinkFunction<T> - Class in org.apache.flink.connector.hbase.sink
The sink function for HBase.
HBaseSinkFunction(String, Configuration, HBaseMutationConverter<T>, long, long, long) - Constructor for class org.apache.flink.connector.hbase.sink.HBaseSinkFunction
 
HBaseTableSchema - Class in org.apache.flink.connector.hbase.util
Helps to specify an HBase Table's schema.
HBaseTableSchema() - Constructor for class org.apache.flink.connector.hbase.util.HBaseTableSchema
 
HBaseTypeUtils - Class in org.apache.flink.connector.hbase.util
A utility class to process data exchange with HBase type system.
HBaseTypeUtils() - Constructor for class org.apache.flink.connector.hbase.util.HBaseTypeUtils
 
HBaseWriteOptions - Class in org.apache.flink.connector.hbase.options
Options for HBase writing.
HBaseWriteOptions.Builder - Class in org.apache.flink.connector.hbase.options
Builder for HBaseWriteOptions.

I

initializeState(FunctionInitializationContext) - Method in class org.apache.flink.connector.hbase.sink.HBaseSinkFunction
 
invoke(T, SinkFunction.Context) - Method in class org.apache.flink.connector.hbase.sink.HBaseSinkFunction
 
isAsyncEnabled() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
isBounded() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
isSupportedType(Class<?>) - Static method in class org.apache.flink.connector.hbase.util.HBaseTypeUtils
Checks whether the given Class is a supported type in HBase connector.
isSupportedType(LogicalType) - Static method in class org.apache.flink.connector.hbase.util.HBaseTypeUtils
Checks whether the given LogicalType is supported in HBase connector.

L

LegacyMutationConverter - Class in org.apache.flink.connector.hbase.sink
Legacy implementation for AbstractHBaseTableSource.
LegacyMutationConverter(HBaseTableSchema) - Constructor for class org.apache.flink.connector.hbase.sink.LegacyMutationConverter
 
LOOKUP_ASYNC - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
LOOKUP_CACHE_MAX_ROWS - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
LOOKUP_CACHE_TTL - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
LOOKUP_MAX_RETRIES - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
lookupOptions - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 

N

NULL_STRING_LITERAL - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
nullStringLiteral - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 

O

onException(RetriesExhaustedWithDetailsException, BufferedMutator) - Method in class org.apache.flink.connector.hbase.sink.HBaseSinkFunction
 
open() - Method in interface org.apache.flink.connector.hbase.sink.HBaseMutationConverter
Initialization method for the function.
open(Configuration) - Method in class org.apache.flink.connector.hbase.sink.HBaseSinkFunction
 
open() - Method in class org.apache.flink.connector.hbase.sink.LegacyMutationConverter
 
open() - Method in class org.apache.flink.connector.hbase.sink.RowDataToMutationConverter
 
open(FunctionContext) - Method in class org.apache.flink.connector.hbase.source.HBaseLookupFunction
 
open(FunctionContext) - Method in class org.apache.flink.connector.hbase.source.HBaseRowDataLookupFunction
 
org.apache.flink.connector.hbase.options - package org.apache.flink.connector.hbase.options
 
org.apache.flink.connector.hbase.sink - package org.apache.flink.connector.hbase.sink
 
org.apache.flink.connector.hbase.source - package org.apache.flink.connector.hbase.source
 
org.apache.flink.connector.hbase.util - package org.apache.flink.connector.hbase.util
 
org.apache.flink.table.descriptors - package org.apache.flink.table.descriptors
 

P

parseToRow(Result) - Method in class org.apache.flink.connector.hbase.util.HBaseReadWriteHelper
Parses HBase Result into Row.
parseToRow(Result, Object) - Method in class org.apache.flink.connector.hbase.util.HBaseReadWriteHelper
Parses HBase Result into Row.
properties(Properties) - Method in class org.apache.flink.table.descriptors.HBase
Sets the configuration properties for HBase Configuration.
PROPERTIES_PREFIX - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
property(String, String) - Method in class org.apache.flink.table.descriptors.HBase
Adds a configuration property for HBase Configuration.

R

RowDataToMutationConverter - Class in org.apache.flink.connector.hbase.sink
An implementation of HBaseMutationConverter which converts RowData into Mutation.
RowDataToMutationConverter(HBaseTableSchema, String) - Constructor for class org.apache.flink.connector.hbase.sink.RowDataToMutationConverter
 

S

serializeConfiguration(Configuration) - Static method in class org.apache.flink.connector.hbase.util.HBaseConfigurationUtil
Serialize a Hadoop Configuration into byte[].
serializeFromObject(Object, int, Charset) - Static method in class org.apache.flink.connector.hbase.util.HBaseTypeUtils
Serialize the Java Object to byte array with the given type.
setBufferFlushIntervalMillis(long) - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions.Builder
Optional.
setBufferFlushMaxRows(long) - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions.Builder
Optional.
setBufferFlushMaxSizeInBytes(long) - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions.Builder
Optional.
setCacheExpireMs(long) - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions.Builder
optional, lookup cache expire mills, over this time, the old data will expire.
setCacheMaxSize(long) - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions.Builder
optional, lookup cache max size, over this value, the old data will be eliminated.
setCharset(String) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
Specifies the charset to parse Strings to HBase byte[] keys and String values.
setCharset(String) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Sets the charset for value strings and HBase identifiers.
setLookupAsync(boolean) - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions.Builder
optional, whether to set async lookup.
setMaxRetryTimes(int) - Method in class org.apache.flink.connector.hbase.options.HBaseLookupOptions.Builder
optional, max retry times for Hbase connector.
setParallelism(Integer) - Method in class org.apache.flink.connector.hbase.options.HBaseWriteOptions.Builder
Optional.
setRowKey(String, Class<?>) - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
Sets row key information in the table schema.
setRowKey(String, Class<?>) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
Sets row key information in the table schema.
setRowKey(String, DataType) - Method in class org.apache.flink.connector.hbase.util.HBaseTableSchema
 
SINK_BUFFER_FLUSH_INTERVAL - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
SINK_BUFFER_FLUSH_MAX_ROWS - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
SINK_BUFFER_FLUSH_MAX_SIZE - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
snapshotState(FunctionSnapshotContext) - Method in class org.apache.flink.connector.hbase.sink.HBaseSinkFunction
 
supportsNestedProjection() - Method in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 

T

TABLE_NAME - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
TableInputSplit - Class in org.apache.flink.connector.hbase.source
This class implements a input splits for HBase.
TableInputSplit(int, String[], byte[], byte[], byte[]) - Constructor for class org.apache.flink.connector.hbase.source.TableInputSplit
Creates a new table input split.
tableName - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseDynamicTableSource
 
tableName - Variable in class org.apache.flink.connector.hbase.source.AbstractHBaseTableSource
 
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.connector.hbase.options.HBaseWriteOptions
 

V

validate(DescriptorProperties) - Method in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
validatePrimaryKey(TableSchema) - Static method in class org.apache.flink.connector.hbase.options.HBaseOptions
Checks that the HBase table have row key defined.
validateZkQuorum() - Method in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
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

zkQuorumIsOptional() - Method in class org.apache.flink.table.descriptors.AbstractHBaseValidator
 
ZOOKEEPER_QUORUM - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
ZOOKEEPER_ZNODE_PARENT - Static variable in class org.apache.flink.connector.hbase.options.HBaseOptions
 
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 F G H I L N O P R S T V W Z 
Skip navigation links

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