Uses of Class
org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
Packages that use BytesMap Package Description org.apache.flink.table.runtime.util.collections.binary -
-
Uses of BytesMap in org.apache.flink.table.runtime.util.collections.binary
Subclasses of BytesMap in org.apache.flink.table.runtime.util.collections.binary Modifier and Type Class Description classAbstractBytesHashMap<K>Bytes based hash map.classAbstractBytesMultiMap<K>A binary map in the structure likeMap<K, List<V>>, where there are multiple values under a single key, and they are all bytes based.classBytesHashMapA binary map in the structure likeMap<BinaryRowData, BinaryRowData>.classBytesMultiMapA binary map in the structure likeMap<BinaryRowData, List<BinaryRowData>>.classWindowBytesHashMapA binary map in the structure likeMap<WindowKey, BinaryRowData>.classWindowBytesMultiMapA binary map in the structure likeMap<WindowKey, List<BinaryRowData>>.
-