Package org.apache.druid.client.indexing
Class ClientCompactionTaskDimensionsSpec
java.lang.Object
org.apache.druid.client.indexing.ClientCompactionTaskDimensionsSpec
Spec containing dimension configs for Compaction Task.
This class mimics JSON field names for fields supported in compaction task with
the corresponding fields in
DimensionsSpec.
This is done for end-user ease of use. Basically, end-user will use the same syntax / JSON structure to set
dimension configs for Compaction task as they would for any other ingestion task.