Uses of Record Class
io.github.jchejarla.springbatch.clustering.polling.PartitionAssignmentTask
Packages that use PartitionAssignmentTask
Package
Description
The database-backed coordination core.
Worker-side task polling and execution.
-
Uses of PartitionAssignmentTask in io.github.jchejarla.springbatch.clustering.core
Methods in io.github.jchejarla.springbatch.clustering.core that return types with arguments of type PartitionAssignmentTaskModifier and TypeMethodDescriptionDatabaseBackedClusterService.checkForOrphanedTasks(long masterStepExecutionId) DatabaseBackedClusterService.fetchPartitionAssignedTasks()Methods in io.github.jchejarla.springbatch.clustering.core with parameters of type PartitionAssignmentTaskModifier and TypeMethodDescriptionvoidDatabaseBackedClusterService.updatePartitionStatus(PartitionAssignmentTask partitionAssignmentTask, String status) Method parameters in io.github.jchejarla.springbatch.clustering.core with type arguments of type PartitionAssignmentTaskModifier and TypeMethodDescriptionvoidDatabaseBackedClusterService.updatePartitionsLastUpdatedTime(Collection<PartitionAssignmentTask> partitionAssignmentTasks) voidDatabaseBackedClusterService.updatePartitionsStatus(Collection<PartitionAssignmentTask> partitionAssignmentTasks, String status) -
Uses of PartitionAssignmentTask in io.github.jchejarla.springbatch.clustering.polling
Methods in io.github.jchejarla.springbatch.clustering.polling with parameters of type PartitionAssignmentTaskModifier and TypeMethodDescriptionprotected voidPartitionedWorkerNodeTasksRunner.executeStep(PartitionAssignmentTask partitionAssignmentTask)