refactor(all): b9配置从主分支移除

This commit is contained in:
2024-02-29 20:23:32 +08:00
parent 7d0511bd4c
commit c6c6919f11
14 changed files with 4 additions and 2347 deletions

View File

@@ -1,23 +0,0 @@
package com.lanyuanxiaoyao.service.scheduler.quartz.distribute.cluster;
import com.lanyuanxiaoyao.service.common.Constants;
import com.lanyuanxiaoyao.service.forest.service.YarnService;
import org.springframework.cloud.client.discovery.DiscoveryClient;
import org.springframework.stereotype.Component;
/**
* A4
*
* @author lanyuanxiaoyao
* @date 2023-06-08
*/
@SuppressWarnings("SpringJavaInjectionPointsAutowiringInspection")
@Component
public class B9Cluster extends Cluster {
public B9Cluster(DiscoveryClient client, YarnService yarnService) {
super(
Constants.CLUSTER_B9,
Constants.COMPACTION_QUEUE_B9
);
}
}