Uses of Class
org.apache.drill.common.map.CaseInsensitiveMap
Packages that use CaseInsensitiveMap
Package
Description
-
Uses of CaseInsensitiveMap in org.apache.drill.common.map
Methods in org.apache.drill.common.map that return CaseInsensitiveMapModifier and TypeMethodDescriptionstatic <VALUE> CaseInsensitiveMap<VALUE> CaseInsensitiveMap.newConcurrentMap()Returns a new instance ofConcurrentMapwith key case-insensitivity.static <VALUE> CaseInsensitiveMap<VALUE> CaseInsensitiveMap.newHashMap()Returns a new instance ofHashMapwith 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 ofImmutableMapwith key case-insensitivity. -
Uses of CaseInsensitiveMap in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join with parameters of type CaseInsensitiveMapModifier and TypeMethodDescriptionprotected voidHashJoinMemoryCalculatorImpl.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
Methods in org.apache.drill.exec.server that return CaseInsensitiveMapMethods in org.apache.drill.exec.server with parameters of type CaseInsensitiveMapModifier and TypeMethodDescriptionstatic DrillbitDrillbit.start(DrillConfig config, CaseInsensitiveMap<OptionDefinition> validators, RemoteServiceSet remoteServiceSet) Constructors in org.apache.drill.exec.server with parameters of type CaseInsensitiveMapModifierConstructorDescriptionBootStrapContext(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
Methods in org.apache.drill.exec.server.options that return CaseInsensitiveMapModifier and TypeMethodDescriptionstatic CaseInsensitiveMap<OptionDefinition> SystemOptionManager.createDefaultOptionDefinitions()Creates theOptionDefinitionsto be registered with theSystemOptionManager.Constructors in org.apache.drill.exec.server.options with parameters of type CaseInsensitiveMapModifierConstructorDescriptionSystemOptionManager(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig, CaseInsensitiveMap<OptionDefinition> definitions)