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