| Package | Description |
|---|---|
| org.apache.druid.client.indexing | |
| org.apache.druid.server.coordinator |
| Modifier and Type | Method and Description |
|---|---|
ClientCompactQueryTuningConfig |
ClientCompactQuery.getTuningConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
HttpIndexingServiceClient.compactSegments(List<org.apache.druid.timeline.DataSegment> segments,
boolean keepSegmentGranularity,
long targetCompactionSizeBytes,
int compactionTaskPriority,
ClientCompactQueryTuningConfig tuningConfig,
Map<String,Object> context) |
String |
IndexingServiceClient.compactSegments(List<org.apache.druid.timeline.DataSegment> segments,
boolean keepSegmentGranularity,
long targetCompactionSizeBytes,
int compactionTaskPriority,
ClientCompactQueryTuningConfig tuningConfig,
Map<String,Object> context) |
| Constructor and Description |
|---|
ClientCompactQuery(String dataSource,
List<org.apache.druid.timeline.DataSegment> segments,
boolean keepSegmentGranularity,
Long targetCompactionSizeBytes,
ClientCompactQueryTuningConfig tuningConfig,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
ClientCompactQueryTuningConfig |
DataSourceCompactionConfig.getTuningConfig() |
| Constructor and Description |
|---|
DataSourceCompactionConfig(String dataSource,
Boolean keepSegmentGranularity,
Integer taskPriority,
Long inputSegmentSizeBytes,
Long targetCompactionSizeBytes,
Integer maxNumSegmentsToCompact,
org.joda.time.Period skipOffsetFromLatest,
ClientCompactQueryTuningConfig tuningConfig,
Map<String,Object> taskContext) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.