| 接口 | 说明 |
|---|---|
| LRUMap.RemovalListener<K,V> |
An object that can receive a notification when an entry is removed from a LRUMap.
|
| MemorySegmentPool |
MemorySegment pool to hold pages in memory.
|
| ResettableRowBuffer | |
| ResettableRowBuffer.ResettableIterator |
Row iterator that can be reset.
|
| RowIterator<T extends BaseRow> |
An internal iterator interface which presents a more restrictive API than
Iterator. |
| 类 | 说明 |
|---|---|
| FileChannelUtil |
File channel util for runtime.
|
| JsonUtils |
Json scalar function util.
|
| JsonUtils.HashCache<K,V> |
An LRU cache using a linked hash map.
|
| JsonUtils.ThreadLocalHashCache<K,V> |
An ThreadLocal cache using a linked hash map.
|
| LRUMap<K,V> |
An LRU cache, based on
LinkedHashMap. |
| MurmurHashUtil |
Murmur hasher.
|
| ResettableExternalBuffer |
A resettable external buffer for binary row.
|
| SegmentsUtil |
Util for data format segments calc.
|
| StreamRecordCollector<T> |
Wrapper around an
Output for wrap T to StreamRecord. |
| StringUtf8Utils |
String utf-8 utils.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.