Package org.apache.druid.client.indexing
Class ClientCompactionIntervalSpec
java.lang.Object
org.apache.druid.client.indexing.ClientCompactionIntervalSpec
- All Implemented Interfaces:
ClientCompactionInputSpec
- Direct Known Subclasses:
ClientMinorCompactionInputSpec
InputSpec for
ClientCompactionIOConfig.
Should be synchronized with org.apache.druid.indexing.common.task.CompactionIntervalSpec and org.apache.druid.indexing.common.task.UncompactedInputSpec.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientCompactionIntervalSpec(org.joda.time.Interval interval, String sha256OfSortedSegmentIds) -
Method Summary
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ClientCompactionIntervalSpec
public ClientCompactionIntervalSpec(org.joda.time.Interval interval, @Nullable String sha256OfSortedSegmentIds)
-
-
Method Details
-
getInterval
public org.joda.time.Interval getInterval()- Specified by:
getIntervalin interfaceClientCompactionInputSpec- Returns:
- non-null Interval that this input spec operates on.
-
getSha256OfSortedSegmentIds
-
equals
-
hashCode
public int hashCode() -
toString
-