Package org.apache.pinot.common.minion
Interface TaskManagerStatusCache<T extends BaseTaskGeneratorInfo>
-
- All Known Implementing Classes:
InMemoryTaskManagerStatusCache
public interface TaskManagerStatusCache<T extends BaseTaskGeneratorInfo>
-
-
Method Summary
Modifier and Type Method Description voiddeleteTaskGeneratorInfo(String tableNameWithType, String taskType)TfetchTaskGeneratorInfo(String tableNameWithType, String taskType)voidsaveTaskGeneratorInfo(String tableNameWithType, String taskType, Consumer<T> taskGeneratorMostRecentRunInfoUpdater)
-