Uses of Class
io.github.jchejarla.springbatch.clustering.autoconfigure.BatchClusterProperties
Packages that use BatchClusterProperties
Package
Description
Spring Boot auto-configuration and the configuration-property surface for clustering.
-
Uses of BatchClusterProperties in io.github.jchejarla.springbatch.clustering.autoconfigure
Methods in io.github.jchejarla.springbatch.clustering.autoconfigure with parameters of type BatchClusterPropertiesModifier and TypeMethodDescriptionBatchClusterAutoConfiguration.batchClusterDataSourceScriptDatabaseInitializer(DataSource dataSource, BatchClusterProperties batchClusterProperties) Optionally creates the cluster tables on startup, controlled byspring.batch.cluster.initialize-schema(seeBatchClusterProperties).BatchClusterAutoConfiguration.batchClusteringInfoContributor(BatchClusterProperties batchClusterProperties) BatchClusterAutoConfiguration.clusterAwarePartitionHandler(DatabaseBackedClusterService databaseBackedClusterService, BatchClusterProperties batchClusterProperties) org.springframework.core.task.TaskExecutorBatchClusterAutoConfiguration.clusteredStepsTasksExecutor(BatchClusterProperties batchClusterProperties) BatchClusterAutoConfiguration.clusterJobRecoveryManager(DatabaseBackedClusterService databaseBackedClusterService, BatchClusterProperties batchClusterProperties, org.springframework.batch.core.repository.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.scheduling.TaskScheduler clusterMonitoringScheduler) BatchClusterAutoConfiguration.clusterNodeInfo(BatchClusterProperties batchClusterProperties) BatchClusterAutoConfiguration.clusterNodeManager(DatabaseBackedClusterService databaseBackedClusterService, BatchClusterProperties batchClusterProperties, org.springframework.scheduling.TaskScheduler clusterMonitoringScheduler, ClusterNodeInfo clusterNodeInfo, ClusterNodeStatusChangeConditionNotifier clusterNodeStatusChangeConditionNotifier) BatchClusterAutoConfiguration.databaseBackedClusterService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, BatchClusterProperties batchClusterProperties, DBSpecificQueryProvider dbSpecificQueryProvider) 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)