| Package | Description |
|---|---|
| org.apache.druid.segment.indexing | |
| org.apache.druid.segment.realtime.plumber |
| Modifier and Type | Method and Description |
|---|---|
VersioningPolicy |
RealtimeTuningConfig.getVersioningPolicy() |
| Modifier and Type | Method and Description |
|---|---|
RealtimeTuningConfig |
RealtimeTuningConfig.withVersioningPolicy(VersioningPolicy policy) |
| Constructor and Description |
|---|
RealtimeTuningConfig(Integer maxRowsInMemory,
Long maxBytesInMemory,
org.joda.time.Period intermediatePersistPeriod,
org.joda.time.Period windowPeriod,
File basePersistDirectory,
VersioningPolicy versioningPolicy,
RejectionPolicyFactory rejectionPolicyFactory,
Integer maxPendingPersists,
ShardSpec shardSpec,
IndexSpec indexSpec,
IndexSpec indexSpecForIntermediatePersists,
Boolean buildV9Directly,
int persistThreadPriority,
int mergeThreadPriority,
Boolean reportParseExceptions,
Long handoffConditionTimeout,
Long alertTimeout,
SegmentWriteOutMediumFactory segmentWriteOutMediumFactory,
String dedupColumn) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomVersioningPolicy |
class |
IntervalStartVersioningPolicy |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.