Class IndexCreationContext.BloomFilter
- java.lang.Object
-
- org.apache.pinot.segment.spi.creator.IndexCreationContext.Wrapper
-
- org.apache.pinot.segment.spi.creator.IndexCreationContext.BloomFilter
-
- All Implemented Interfaces:
IndexCreationContext
- Enclosing interface:
- IndexCreationContext
public static class IndexCreationContext.BloomFilter extends IndexCreationContext.Wrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pinot.segment.spi.creator.IndexCreationContext
IndexCreationContext.BloomFilter, IndexCreationContext.Builder, IndexCreationContext.Common, IndexCreationContext.Forward, IndexCreationContext.Geospatial, IndexCreationContext.Inverted, IndexCreationContext.Json, IndexCreationContext.Range, IndexCreationContext.Text, IndexCreationContext.Wrapper
-
-
Constructor Summary
Constructors Constructor Description BloomFilter(IndexCreationContext wrapped, BloomFilterConfig bloomFilterConfig)
-
Method Summary
Modifier and Type Method Description BloomFilterConfiggetBloomFilterConfig()-
Methods inherited from class org.apache.pinot.segment.spi.creator.IndexCreationContext.Wrapper
forwardIndexDisabled, getCardinality, getFieldSpec, getIndexDir, getLengthOfLongestEntry, getMaxNumberOfMultiValueElements, getMaxRowLengthInBytes, getMaxValue, getMinValue, getTotalDocs, getTotalNumberOfEntries, hasDictionary, isOnHeap, isSorted
-
-
-
-
Constructor Detail
-
BloomFilter
public BloomFilter(IndexCreationContext wrapped, BloomFilterConfig bloomFilterConfig)
-
-
Method Detail
-
getBloomFilterConfig
public BloomFilterConfig getBloomFilterConfig()
-
-