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