Class TaskIdentifier

java.lang.Object
org.apache.druid.indexer.TaskIdentifier

public class TaskIdentifier extends Object
Model class containing the id, type and groupId of a task These fields are extracted from the task payload for the new schema and this model can be used for migration as well.
  • Constructor Details

    • TaskIdentifier

      public TaskIdentifier(String id, @Nullable String groupId, @Nullable String type)
  • Method Details