Uses of Class
org.apache.drill.common.map.CaseInsensitiveMap
Package
Description
-
Uses of CaseInsensitiveMap in org.apache.drill.common.map
Modifier and TypeMethodDescriptionstatic <VALUE> CaseInsensitiveMap<VALUE>
CaseInsensitiveMap.newConcurrentMap()
Returns a new instance ofConcurrentMap
with key case-insensitivity.static <VALUE> CaseInsensitiveMap<VALUE>
CaseInsensitiveMap.newHashMap()
Returns a new instance ofHashMap
with key case-insensitivity.static <VALUE> CaseInsensitiveMap<VALUE>
CaseInsensitiveMap.newHashMapWithExpectedSize
(int expectedSize) Returns a new instance ofHashMap
, with key case-insensitivity, of expected size.static <VALUE> CaseInsensitiveMap<VALUE>
CaseInsensitiveMap.newImmutableMap
(Map<? extends String, ? extends VALUE> map) Returns a new instance ofImmutableMap
with key case-insensitivity. -
Uses of CaseInsensitiveMap in org.apache.drill.exec.physical.impl.join
Modifier and TypeMethodDescriptionprotected void
HashJoinMemoryCalculatorImpl.BuildSidePartitioningImpl.initialize
(boolean firstCycle, boolean reserveHash, CaseInsensitiveMap<Long> keySizes, long memoryAvailable, int initialPartitions, boolean probeEmpty, BatchSizePredictor buildSizePredictor, BatchSizePredictor probeSizePredictor, int recordsPerPartitionBatchBuild, int recordsPerPartitionBatchProbe, int maxBatchNumRecordsBuild, int maxBatchNumRecordsProbe, int outputBatchSize, double loadFactor) -
Uses of CaseInsensitiveMap in org.apache.drill.exec.server
Modifier and TypeMethodDescriptionstatic Drillbit
Drillbit.start
(DrillConfig config, CaseInsensitiveMap<OptionDefinition> validators, RemoteServiceSet remoteServiceSet) ModifierConstructorDescriptionBootStrapContext
(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, ScanResult classpathScan) Drillbit
(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, RemoteServiceSet serviceSet) Drillbit
(DrillConfig config, CaseInsensitiveMap<OptionDefinition> definitions, RemoteServiceSet serviceSet, ScanResult classpathScan) -
Uses of CaseInsensitiveMap in org.apache.drill.exec.server.options
Modifier and TypeMethodDescriptionstatic CaseInsensitiveMap<OptionDefinition>
SystemOptionManager.createDefaultOptionDefinitions()
Creates theOptionDefinitions
to be registered with theSystemOptionManager
.ModifierConstructorDescriptionSystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig, CaseInsensitiveMap<OptionDefinition> definitions)