Class UserCompactionTaskTransformConfig
- java.lang.Object
-
- org.apache.druid.server.coordinator.UserCompactionTaskTransformConfig
-
public class UserCompactionTaskTransformConfig extends Object
Spec containing transform configs for Compaction Task. This class mimics JSON field names for fields supported in compaction task with the corresponding fields inTransformSpec. This is done for end-user ease of use. Basically, end-user will use the same syntax / JSON structure to set transform configs for Compaction task as they would for any other ingestion task.
-
-
Constructor Summary
Constructors Constructor Description UserCompactionTaskTransformConfig(org.apache.druid.query.filter.DimFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.apache.druid.query.filter.DimFiltergetFilter()inthashCode()StringtoString()
-
-
-
Method Detail
-
getFilter
@Nullable public org.apache.druid.query.filter.DimFilter getFilter()
-
-