Uses of Package
org.apache.pinot.segment.local.realtime.impl.dictionary
-
Classes in org.apache.pinot.segment.local.realtime.impl.dictionary used by org.apache.pinot.segment.local.realtime.impl.dictionary Class Description BaseOffHeapMutableDictionary Off-heap mutable dictionaries have the following elements: - A forward map from dictionary ID to the actual value.BaseOnHeapMutableDictionary The classBaseOnHeapMutableDictionaryis the implementation of the mutable dictionary required by REALTIME consuming segments. -
Classes in org.apache.pinot.segment.local.realtime.impl.dictionary used by org.apache.pinot.segment.local.utils Class Description BaseOffHeapMutableDictionary Off-heap mutable dictionaries have the following elements: - A forward map from dictionary ID to the actual value. -
Classes in org.apache.pinot.segment.local.realtime.impl.dictionary used by org.apache.pinot.segment.local.utils.nativefst Class Description OffHeapMutableBytesStore Off-heap variable length mutable bytes store.