Interface TaskHandler

All Known Implementing Classes:
BatchFileCleanupTaskHandler, FileCleanupTaskHandler, ManifestFileCleanupTaskHandler, TableCleanupTaskHandler

public interface TaskHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canHandleTask(org.apache.polaris.core.entity.TaskEntity task)
     
    boolean
    handleTask(org.apache.polaris.core.entity.TaskEntity task, org.apache.polaris.core.context.CallContext callContext)
     
  • Method Details

    • canHandleTask

      boolean canHandleTask(org.apache.polaris.core.entity.TaskEntity task)
    • handleTask

      boolean handleTask(org.apache.polaris.core.entity.TaskEntity task, org.apache.polaris.core.context.CallContext callContext)