Package org.apache.polaris.service.task
Interface TaskHandler
- All Known Implementing Classes:
BatchFileCleanupTaskHandler,FileCleanupTaskHandler,ManifestFileCleanupTaskHandler,TableCleanupTaskHandler
public interface TaskHandler
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandleTask(org.apache.polaris.core.entity.TaskEntity task) booleanhandleTask(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)
-