Uses of Class
org.apache.druid.indexer.HadoopyShardSpec
-
Packages that use HadoopyShardSpec Package Description org.apache.druid.indexer -
-
Uses of HadoopyShardSpec in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return HadoopyShardSpec Modifier and Type Method Description HadoopyShardSpecHadoopDruidIndexerConfig. getShardSpec(Bucket bucket)Methods in org.apache.druid.indexer that return types with arguments of type HadoopyShardSpec Modifier and Type Method Description Map<Long,List<HadoopyShardSpec>>HadoopTuningConfig. getShardSpecs()Method parameters in org.apache.druid.indexer with type arguments of type HadoopyShardSpec Modifier and Type Method Description voidHadoopDruidIndexerConfig. setShardSpecs(Map<Long,List<HadoopyShardSpec>> shardSpecs)HadoopTuningConfigHadoopTuningConfig. withShardSpecs(Map<Long,List<HadoopyShardSpec>> specs)Constructor parameters in org.apache.druid.indexer with type arguments of type HadoopyShardSpec Constructor Description HadoopTuningConfig(String workingPath, String version, org.apache.druid.indexer.partitions.DimensionBasedPartitionsSpec partitionsSpec, Map<Long,List<HadoopyShardSpec>> shardSpecs, org.apache.druid.segment.IndexSpec indexSpec, org.apache.druid.segment.IndexSpec indexSpecForIntermediatePersists, org.apache.druid.segment.incremental.AppendableIndexSpec appendableIndexSpec, Integer maxRowsInMemory, Long maxBytesInMemory, boolean leaveIntermediate, Boolean cleanupOnFailure, boolean overwriteFiles, Boolean ignoreInvalidRows, Map<String,String> jobProperties, boolean combineText, Boolean useCombiner, Integer maxRowsInMemoryCOMPAT, Integer numBackgroundPersistThreads, boolean forceExtendableShardSpecs, boolean useExplicitVersion, List<String> allowedHadoopPrefix, Boolean logParseExceptions, Integer maxParseExceptions, Boolean useYarnRMJobStatusFallback, Long awaitSegmentAvailabilityTimeoutMillis, Integer determinePartitionsSamplingFactor)
-