Package | Description |
---|---|
io.druid.indexer |
Modifier and Type | Method and Description |
---|---|
HadoopyShardSpec |
HadoopDruidIndexerConfig.getShardSpec(Bucket bucket) |
Modifier and Type | Method and Description |
---|---|
Map<org.joda.time.DateTime,List<HadoopyShardSpec>> |
HadoopTuningConfig.getShardSpecs() |
Modifier and Type | Method and Description |
---|---|
void |
HadoopDruidIndexerConfig.setShardSpecs(Map<org.joda.time.DateTime,List<HadoopyShardSpec>> shardSpecs) |
HadoopTuningConfig |
HadoopTuningConfig.withShardSpecs(Map<org.joda.time.DateTime,List<HadoopyShardSpec>> specs) |
Constructor and Description |
---|
HadoopTuningConfig(String workingPath,
String version,
PartitionsSpec partitionsSpec,
Map<org.joda.time.DateTime,List<HadoopyShardSpec>> shardSpecs,
IndexSpec indexSpec,
Integer maxRowsInMemory,
boolean leaveIntermediate,
Boolean cleanupOnFailure,
boolean overwriteFiles,
boolean ignoreInvalidRows,
Map<String,String> jobProperties,
boolean combineText,
boolean persistInHeap,
boolean ingestOffheap,
Integer bufferSize,
Float aggregationBufferRatio,
Boolean useCombiner) |
Copyright © 2011–2015. All rights reserved.