Package org.apache.druid.tasklogs


package org.apache.druid.tasklogs
  • Class
    Description
     
    Implements TaskLogs by delegating to different task log providers based on the functionality required.
    Cleans up stale task logs from deep storage.
    Something that knows how to persist local task logs to some form of long-term storage.
     
    Something that knows how to stream logs for tasks.
    Something that knows how to push a task payload before it is run to somewhere a ingestion worker will be able to stream the task payload from when trying to run the task.