Uses of Interface
io.github.jchejarla.springbatch.clustering.mgmt.ClusterNodeStatusChangeConditionNotifier
Packages that use ClusterNodeStatusChangeConditionNotifier
Package
Description
Spring Boot auto-configuration and the configuration-property surface for clustering.
Worker-side task polling and execution.
-
Uses of ClusterNodeStatusChangeConditionNotifier in io.github.jchejarla.springbatch.clustering.autoconfigure
Methods in io.github.jchejarla.springbatch.clustering.autoconfigure with parameters of type ClusterNodeStatusChangeConditionNotifierModifier and TypeMethodDescriptionBatchClusterAutoConfiguration.clusterNodeManager(DatabaseBackedClusterService databaseBackedClusterService, BatchClusterProperties batchClusterProperties, org.springframework.scheduling.TaskScheduler clusterMonitoringScheduler, ClusterNodeInfo clusterNodeInfo, ClusterNodeStatusChangeConditionNotifier clusterNodeStatusChangeConditionNotifier) -
Uses of ClusterNodeStatusChangeConditionNotifier in io.github.jchejarla.springbatch.clustering.polling
Classes in io.github.jchejarla.springbatch.clustering.polling that implement ClusterNodeStatusChangeConditionNotifierModifier and TypeClassDescriptionclassThis class is responsible for polling the database for partition tasks assigned to the current node and executing them.