Uses of Interface
org.apache.druid.query.groupby.epinephelinae.Grouper.Entry
-
Packages that use Grouper.Entry Package Description org.apache.druid.query.groupby.epinephelinae -
-
Uses of Grouper.Entry in org.apache.druid.query.groupby.epinephelinae
Classes in org.apache.druid.query.groupby.epinephelinae that implement Grouper.Entry Modifier and Type Class Description classReusableEntry<KeyType>AGrouper.Entryimplementation that is reusable.Methods in org.apache.druid.query.groupby.epinephelinae that return Grouper.Entry Modifier and Type Method Description protected Grouper.Entry<KeyType>AbstractBufferHashGrouper. populateBucketEntryForOffset(ReusableEntry<KeyType> reusableEntry, int bucketOffset)Populate aReusableEntrywith values from a particular bucket.Methods in org.apache.druid.query.groupby.epinephelinae that return types with arguments of type Grouper.Entry Modifier and Type Method Description CloseableIterator<Grouper.Entry<KeyType>>ParallelCombiner. combine(List<? extends CloseableIterator<Grouper.Entry<KeyType>>> sortedIterators, List<String> mergedDictionary)Build a combining tree for the input iterators which combine input entries asynchronously.CloseableIterator<Grouper.Entry<MemoryPointer>>BufferArrayGrouper. iterator()CloseableIterator<Grouper.Entry<IntKey>>BufferArrayGrouper. iterator(boolean sorted)CloseableIterator<Grouper.Entry<KeyType>>BufferHashGrouper. iterator(boolean sorted)CloseableIterator<Grouper.Entry<KeyType>>ConcurrentGrouper. iterator(boolean sorted)CloseableIterator<Grouper.Entry<KeyType>>Grouper. iterator(boolean sorted)Iterate through entries.CloseableIterator<Grouper.Entry<MemoryPointer>>HashVectorGrouper. iterator()CloseableIterator<Grouper.Entry<KeyType>>LimitedBufferHashGrouper. iterator(boolean sorted)CloseableIterator<Grouper.Entry<KeyType>>SpillingGrouper. iterator(boolean sorted)CloseableIterator<Grouper.Entry<KeyType>>StreamingMergeSortedGrouper. iterator()Return a sorted iterator.CloseableIterator<Grouper.Entry<KeyType>>StreamingMergeSortedGrouper. iterator(boolean sorted)Return a sorted iterator.CloseableIterator<Grouper.Entry<MemoryPointer>>VectorGrouper. iterator()Iterate through entry buckets.Comparator<Grouper.Entry<T>>Grouper.KeySerdeFactory. objectComparator(boolean forceDefaultOrder)Return an object that knows how to compare two serialized key instances.Method parameters in org.apache.druid.query.groupby.epinephelinae with type arguments of type Grouper.Entry Modifier and Type Method Description CloseableIterator<Grouper.Entry<KeyType>>ParallelCombiner. combine(List<? extends CloseableIterator<Grouper.Entry<KeyType>>> sortedIterators, List<String> mergedDictionary)Build a combining tree for the input iterators which combine input entries asynchronously.Constructor parameters in org.apache.druid.query.groupby.epinephelinae with type arguments of type Grouper.Entry Constructor Description CloseableGrouperIterator(CloseableIterator<Grouper.Entry<KeyType>> iterator, Function<Grouper.Entry<KeyType>,T> transformer, Closeable closeable)CloseableGrouperIterator(CloseableIterator<Grouper.Entry<KeyType>> iterator, Function<Grouper.Entry<KeyType>,T> transformer, Closeable closeable)
-