public interface LookupTable
| 限定符和类型 | 方法和说明 |
|---|---|
static LookupTable |
create(RocksDBStateFactory stateFactory,
org.apache.flink.table.types.logical.RowType rowType,
List<String> primaryKey,
List<String> joinKey,
java.util.function.Predicate<org.apache.flink.table.data.RowData> recordFilter,
long lruCacheSize) |
List<org.apache.flink.table.data.RowData> |
get(org.apache.flink.table.data.RowData key) |
void |
refresh(Iterator<org.apache.flink.table.data.RowData> incremental) |
List<org.apache.flink.table.data.RowData> get(org.apache.flink.table.data.RowData key) throws IOException
IOExceptionvoid refresh(Iterator<org.apache.flink.table.data.RowData> incremental) throws IOException
IOExceptionstatic LookupTable create(RocksDBStateFactory stateFactory, org.apache.flink.table.types.logical.RowType rowType, List<String> primaryKey, List<String> joinKey, java.util.function.Predicate<org.apache.flink.table.data.RowData> recordFilter, long lruCacheSize) throws IOException
IOExceptionCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.