Package org.apache.druid.client.indexing
Class ClientMinorCompactionInputSpec
java.lang.Object
org.apache.druid.client.indexing.ClientCompactionIntervalSpec
org.apache.druid.client.indexing.ClientMinorCompactionInputSpec
- All Implemented Interfaces:
ClientCompactionInputSpec
Client-side equivalent of
MinorCompactionInputSpec.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientMinorCompactionInputSpec(org.joda.time.Interval interval, List<SegmentDescriptor> segments) -
Method Summary
Methods inherited from class org.apache.druid.client.indexing.ClientCompactionIntervalSpec
getInterval, getSha256OfSortedSegmentIds
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ClientMinorCompactionInputSpec
public ClientMinorCompactionInputSpec(org.joda.time.Interval interval, List<SegmentDescriptor> segments)
-
-
Method Details
-
getSegments
-
equals
- Overrides:
equalsin classClientCompactionIntervalSpec
-
hashCode
public int hashCode()- Overrides:
hashCodein classClientCompactionIntervalSpec
-
toString
- Overrides:
toStringin classClientCompactionIntervalSpec
-