Uses of Class
io.github.jchejarla.springbatch.clustering.mgmt.ClusterNodeInfo
Packages that use ClusterNodeInfo
Package
Description
Spring Boot Actuator integration for observability of the batch cluster.
Spring Boot auto-configuration and the configuration-property surface for clustering.
The database-backed coordination core.
-
Uses of ClusterNodeInfo in io.github.jchejarla.springbatch.clustering.actuate
Methods in io.github.jchejarla.springbatch.clustering.actuate that return ClusterNodeInfo -
Uses of ClusterNodeInfo in io.github.jchejarla.springbatch.clustering.autoconfigure
Methods in io.github.jchejarla.springbatch.clustering.autoconfigure that return ClusterNodeInfoModifier and TypeMethodDescriptionBatchClusterAutoConfiguration.clusterNodeInfo(BatchClusterProperties batchClusterProperties) Methods in io.github.jchejarla.springbatch.clustering.autoconfigure with parameters of type ClusterNodeInfoModifier and TypeMethodDescriptionBatchClusterAutoConfiguration.batchClusterNodeHealthIndicator(ClusterNodeInfo clusterNodeInfo) BatchClusterAutoConfiguration.clusterNodeManager(DatabaseBackedClusterService databaseBackedClusterService, BatchClusterProperties batchClusterProperties, org.springframework.scheduling.TaskScheduler clusterMonitoringScheduler, ClusterNodeInfo clusterNodeInfo, ClusterNodeStatusChangeConditionNotifier clusterNodeStatusChangeConditionNotifier) BatchClusterAutoConfiguration.partitionWorkerTasksRunner(org.springframework.context.ApplicationContext applicationContext, org.springframework.batch.core.repository.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.core.task.TaskExecutor taskExecutor, BatchClusterProperties batchClusterProperties, DatabaseBackedClusterService databaseBackedClusterService, org.springframework.scheduling.TaskScheduler partitionPollingScheduler, org.springframework.scheduling.TaskScheduler completedTasksCleanupScheduler, org.springframework.scheduling.TaskScheduler updateBatchPartitionsScheduler, ClusterNodeInfo clusterNodeInfo) -
Uses of ClusterNodeInfo in io.github.jchejarla.springbatch.clustering.core
Methods in io.github.jchejarla.springbatch.clustering.core that return types with arguments of type ClusterNodeInfo