Skip to content

Commit

Permalink
del useless func
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnerliu committed Jun 15, 2022
1 parent d9307d3 commit a7faa6a
Show file tree
Hide file tree
Showing 46 changed files with 42 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @Author: Arch
* @Date: 2022-05-06 17:29:32
* @Date: 2022-05-06 22:29:32
* @Description: 指标code 枚举
*/
public class MetricsCodes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* @Author: Arch
* @Date: 2022-05-03 10:47:57
* @Date: 2022-05-03 22:47:57
* @Description: horus 指标监控服务
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* @Author: Arch
* @Date: 2022-05-03 10:48:48
* @Date: 2022-05-03 22:48:48
* @Description: 计数指标实体
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* @Author: Arch
* @Date: 2022-05-03 10:52:57
* @Date: 2022-05-03 22:52:57
* @Description: 指标打点
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* @Author: Arch
* @Date: 2022-05-03 12:16:55
* @Date: 2022-05-03 22:16:55
* @Description: 计数打点数据推送
*/
public class CounterPusher implements Runnable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* @Author: Arch
* @Date: 2022-05-03 12:14:23
* @Date: 2022-05-03 22:14:23
* @Description: 指标打点数据推送
*/
public class MetricsPusher implements Runnable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* @Author: Arch
* @Date: 2022-05-14 18:35:32
* @Date: 2022-05-14 22:35:32
* @Description: logback
*/
@Component("horusLogBackPlugin")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-04-24 13:24:06
* @Date: 2022-04-24 22:24:06
* @Description: 状态枚举
*/
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-05-22 19:08:30
* @Date: 2022-05-22 22:08:30
* @Description: 在线状态
*/
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @Author: Arch
* @Date: 2022-04-23 18:08:11
* @Date: 2022-04-23 22:08:11
* @Description: 业务基础异常
*/
public class BaseException extends RuntimeException {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-05-20 19:49:59
* @Date: 2022-05-20 22:49:59
* @Description: groovy 脚本执行异常
*/
public class GroovyExecuteException extends BaseException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-04-23 18:09:06
* @Date: 2022-04-23 22:09:06
* @Description: 参数错误异常
*/
public class ParamErrorException extends BaseException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* @Author: Arch
* @Date: 2022-05-29 11:25:07
* @Date: 2022-05-29 22:25:07
* @Description: Async 线程池配置
*/
@Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/**
* @Author: Arch
* @Date: 2022-04-23 18:13:47
* @Date: 2022-04-23 22:13:47
* @Description: 基础异常捕获
*/
@Order(Ordered.HIGHEST_PRECEDENCE)
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* @Author: Arch
* @Date: 2022-04-24 11:22:55
* @Date: 2022-04-24 22:22:55
* @Description: 定时任务线程池配置
*/
@Configuration
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @Author: Arch
* @Date: 2022-04-27 19:55:40
* @Date: 2022-04-27 22:55:40
* @Description: TDEngine 初始化配置
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* @Author: Arch
* @Date: 2022-05-16 11:20:46
* @Date: 2022-05-16 22:20:46
* @Description: metrics 数据落地之前会进行一些处理,子类需要托管给 Spring
*/
public interface HorusMetricsFilter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* @Author: Arch
* @Date: 2022-05-01 18:22:26
* @Date: 2022-05-01 22:22:26
* @Description: 数据采集相关服务
*/
public interface CollectionService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* @Author: Arch
* @Date: 2022-05-20 14:48:50
* @Date: 2022-05-20 22:48:50
* @Description: GroovyObject 缓存
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* @Author: Arch
* @Date: 2022-05-20 19:08:00
* @Date: 2022-05-20 22:08:00
* @Description: groovy 脚本执行引擎缓存
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @Author: Arch
* @Date: 2022-05-21 11:16:36
* @Date: 2022-05-21 22:16:36
* @Description: groovy 文件上传信息
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @Author: Arch
* @Date: 2022-05-23 10:49:51
* @Date: 2022-05-23 22:49:51
* @Description: groovy 脚本传入的参数名
*/
public class ScriptParamName {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-05-25 17:06:37
* @Date: 2022-05-25 22:06:37
* @Description: groovy 脚本新增事件
*/
public class GroovyAddEvent extends ApplicationEvent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @Author: Arch
* @Date: 2022-05-25 16:55:40
* @Date: 2022-05-25 22:55:40
* @Description: groovy 脚本删除事件
*/
public class GroovyDelEvent extends ApplicationEvent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-05-20 20:13:34
* @Date: 2022-05-20 22:13:34
* @Description: Horus Groovy 脚本接口,CLASS_LOAD 脚本需要实现这个接口
*/
public interface HorusGroovyInterface {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* @Author: Arch
* @Date: 2022-05-20 14:25:34
* @Date: 2022-05-20 22:25:34
* @Description: groovy 脚本相关服务
* 集群场景下需要进行改造: 1、将groovy脚本存放文件放入一个分布式的文件管理中心; 2、锁不需要改造
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-04-27 14:27:20
* @Date: 2022-04-27 22:27:20
* @Description: 指标类型
*/
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @Author: Arch
* @Date: 2022-04-27 11:57:49
* @Date: 2022-04-27 22:57:49
* @Description: TDEngine 数据类型
*/
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* @Author: Arch
* @Date: 2022-05-24 11:25:31
* @Date: 2022-05-24 22:25:31
* @Description: metricsCode 缓存
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* @Author: Arch
* @Date: 2022-04-27 12:42:36
* @Date: 2022-04-27 22:42:36
* @Description: 指标数据结构相关服务
*/
public interface MetricsDescService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @Author: Arch
* @Date: 2022-05-28 19:06:39
* @Date: 2022-05-28 22:06:39
* @Description: 消息等级
*/
public enum Level {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @Author: Arch
* @Date: 2022-05-28 17:16:22
* @Date: 2022-05-28 22:16:22
* @Description: 触达器类型
*/
public enum ReacherType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @Author: Arch
* @Date: 2022-05-28 17:35:46
* @Date: 2022-05-28 22:35:46
* @Description: 消息发送状态
*/
public enum SendState {
Expand Down
Loading

0 comments on commit a7faa6a

Please sign in to comment.