Class HadoopTuningConfig

  • All Implemented Interfaces:
    org.apache.druid.segment.indexing.TuningConfig

    public class HadoopTuningConfig
    extends Object
    implements org.apache.druid.segment.indexing.TuningConfig
    • Field Detail

      • DEFAULT_DETERMINE_PARTITIONS_SAMPLING_FACTOR

        public static final int DEFAULT_DETERMINE_PARTITIONS_SAMPLING_FACTOR
        See Also:
        Constant Field Values
    • Method Detail

      • getVersion

        public String getVersion()
      • getPartitionsSpec

        public org.apache.druid.indexer.partitions.DimensionBasedPartitionsSpec getPartitionsSpec()
        Specified by:
        getPartitionsSpec in interface org.apache.druid.segment.indexing.TuningConfig
      • getIndexSpec

        public org.apache.druid.segment.IndexSpec getIndexSpec()
        Specified by:
        getIndexSpec in interface org.apache.druid.segment.indexing.TuningConfig
      • getIndexSpecForIntermediatePersists

        public org.apache.druid.segment.IndexSpec getIndexSpecForIntermediatePersists()
        Specified by:
        getIndexSpecForIntermediatePersists in interface org.apache.druid.segment.indexing.TuningConfig
      • getAppendableIndexSpec

        public org.apache.druid.segment.incremental.AppendableIndexSpec getAppendableIndexSpec()
        Specified by:
        getAppendableIndexSpec in interface org.apache.druid.segment.indexing.TuningConfig
      • getMaxRowsInMemory

        public int getMaxRowsInMemory()
        Specified by:
        getMaxRowsInMemory in interface org.apache.druid.segment.indexing.TuningConfig
      • getMaxBytesInMemory

        public long getMaxBytesInMemory()
        Specified by:
        getMaxBytesInMemory in interface org.apache.druid.segment.indexing.TuningConfig
      • isLeaveIntermediate

        public boolean isLeaveIntermediate()
      • isCleanupOnFailure

        public Boolean isCleanupOnFailure()
      • isOverwriteFiles

        public boolean isOverwriteFiles()
      • isIgnoreInvalidRows

        public Boolean isIgnoreInvalidRows()
      • isCombineText

        public boolean isCombineText()
      • getUseCombiner

        public boolean getUseCombiner()
      • getNumBackgroundPersistThreads

        public int getNumBackgroundPersistThreads()
      • isForceExtendableShardSpecs

        public boolean isForceExtendableShardSpecs()
      • isUseExplicitVersion

        public boolean isUseExplicitVersion()
      • getUserAllowedHadoopPrefix

        public List<String> getUserAllowedHadoopPrefix()
      • isLogParseExceptions

        public boolean isLogParseExceptions()
      • getMaxParseExceptions

        public int getMaxParseExceptions()
      • isUseYarnRMJobStatusFallback

        public boolean isUseYarnRMJobStatusFallback()
      • getAwaitSegmentAvailabilityTimeoutMillis

        public long getAwaitSegmentAvailabilityTimeoutMillis()
      • getDeterminePartitionsSamplingFactor

        public int getDeterminePartitionsSamplingFactor()