| Class | Description |
|---|---|
| AbstractBytesHashMap<K> |
Bytes based hash map.
|
| AbstractBytesMultiMap<K> |
A binary map in the structure like
Map<K, List<V>>, where there are multiple values under
a single key, and they are all bytes based. |
| BytesHashMap |
A binary map in the structure like
Map<BinaryRowData, BinaryRowData>. |
| BytesMap<K,V> |
Base class for
BytesHashMap and BytesMultiMap. |
| BytesMap.LookupInfo<K,V> |
Result fetched when looking up a key.
|
| BytesMultiMap |
A binary map in the structure like
Map<BinaryRowData, List<BinaryRowData>>. |
| WindowBytesHashMap |
A binary map in the structure like
Map<WindowKey, BinaryRowData>. |
| WindowBytesMultiMap |
A binary map in the structure like
Map<WindowKey, List<BinaryRowData>>. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.