public class ClientCompactionIntervalSpec extends Object
ClientCompactionIOConfig.
Should be synchronized with org.apache.druid.indexing.common.task.CompactionIntervalSpec.| Constructor and Description |
|---|
ClientCompactionIntervalSpec(org.joda.time.Interval interval,
String sha256OfSortedSegmentIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ClientCompactionIntervalSpec |
fromSegments(List<DataSegment> segments) |
org.joda.time.Interval |
getInterval() |
String |
getSha256OfSortedSegmentIds() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public static ClientCompactionIntervalSpec fromSegments(List<DataSegment> segments)
public String getType()
public org.joda.time.Interval getInterval()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.