Package | Description |
---|---|
org.apache.drill.common.map | |
org.apache.drill.exec.physical.impl.join | |
org.apache.drill.exec.server | |
org.apache.drill.exec.server.options |
Modifier and Type | Method and Description |
---|---|
static <VALUE> CaseInsensitiveMap<VALUE> |
CaseInsensitiveMap.newConcurrentMap()
Returns a new instance of
ConcurrentMap with key case-insensitivity. |
static <VALUE> CaseInsensitiveMap<VALUE> |
CaseInsensitiveMap.newHashMap()
Returns a new instance of
HashMap with key case-insensitivity. |
static <VALUE> CaseInsensitiveMap<VALUE> |
CaseInsensitiveMap.newHashMapWithExpectedSize(int expectedSize)
Returns a new instance of
HashMap , with key case-insensitivity, of expected size. |
static <VALUE> CaseInsensitiveMap<VALUE> |
CaseInsensitiveMap.newImmutableMap(Map<? extends String,? extends VALUE> map)
Returns a new instance of
ImmutableMap with key case-insensitivity. |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
CaseInsensitiveMap<OptionDefinition> |
BootStrapContext.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
static Drillbit |
Drillbit.start(DrillConfig config,
CaseInsensitiveMap<OptionDefinition> validators,
RemoteServiceSet remoteServiceSet) |
Constructor and Description |
---|
BootStrapContext(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) |
Modifier and Type | Method and Description |
---|---|
static CaseInsensitiveMap<OptionDefinition> |
SystemOptionManager.createDefaultOptionDefinitions()
Creates the
OptionDefinitions to be registered with the SystemOptionManager . |
Constructor and Description |
---|
SystemOptionManager(LogicalPlanPersistence lpPersistence,
PersistentStoreProvider provider,
DrillConfig bootConfig,
CaseInsensitiveMap<OptionDefinition> definitions) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.