public class KafkaIndexTaskTuningConfig extends SeekableStreamIndexTaskTuningConfig
DEFAULT_LOG_PARSE_EXCEPTIONS, DEFAULT_MAX_BYTES_IN_MEMORY, DEFAULT_MAX_PARSE_EXCEPTIONS, DEFAULT_MAX_ROWS_IN_MEMORY, DEFAULT_MAX_SAVED_PARSE_EXCEPTIONS| Constructor and Description |
|---|
KafkaIndexTaskTuningConfig(Integer maxRowsInMemory,
Long maxBytesInMemory,
Integer maxRowsPerSegment,
Long maxTotalRows,
org.joda.time.Period intermediatePersistPeriod,
File basePersistDirectory,
Integer maxPendingPersists,
IndexSpec indexSpec,
Boolean buildV9Directly,
Boolean reportParseExceptions,
Long handoffConditionTimeout,
Boolean resetOffsetAutomatically,
org.apache.druid.segment.writeout.SegmentWriteOutMediumFactory segmentWriteOutMediumFactory,
org.joda.time.Period intermediateHandoffPeriod,
Boolean logParseExceptions,
Integer maxParseExceptions,
Integer maxSavedParseExceptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
KafkaIndexTaskTuningConfig |
withBasePersistDirectory(File dir) |
equals, getBasePersistDirectory, getBuildV9Directly, getHandoffConditionTimeout, getIndexSpec, getIntermediateHandoffPeriod, getIntermediatePersistPeriod, getMaxBytesInMemory, getMaxParseExceptions, getMaxPendingPersists, getMaxRowsInMemory, getMaxRowsPerSegment, getMaxSavedParseExceptions, getMaxTotalRows, getSegmentWriteOutMediumFactory, hashCode, isLogParseExceptions, isReportParseExceptions, isResetOffsetAutomatically, isSkipSequenceNumberAvailabilityCheckpublic KafkaIndexTaskTuningConfig(@Nullable Integer maxRowsInMemory, @Nullable Long maxBytesInMemory, @Nullable Integer maxRowsPerSegment, @Nullable Long maxTotalRows, @Nullable org.joda.time.Period intermediatePersistPeriod, @Nullable File basePersistDirectory, @Nullable Integer maxPendingPersists, @Nullable IndexSpec indexSpec, @Nullable Boolean buildV9Directly, @Deprecated @Nullable Boolean reportParseExceptions, @Nullable Long handoffConditionTimeout, @Nullable Boolean resetOffsetAutomatically, @Nullable org.apache.druid.segment.writeout.SegmentWriteOutMediumFactory segmentWriteOutMediumFactory, @Nullable org.joda.time.Period intermediateHandoffPeriod, @Nullable Boolean logParseExceptions, @Nullable Integer maxParseExceptions, @Nullable Integer maxSavedParseExceptions)
public KafkaIndexTaskTuningConfig withBasePersistDirectory(File dir)
withBasePersistDirectory in class SeekableStreamIndexTaskTuningConfigpublic String toString()
toString in class SeekableStreamIndexTaskTuningConfigCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.