Skip to content

Commit af4a276

Browse files
committed
Merge pull request #42 from qq254963746/develop
rename
2 parents 9bf12c6 + b03ee8c commit af4a276

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTS 轻量级分布式任务调度框架(Light Task Schedule)
1+
LTS 轻量级分布式任务调度框架(Light Task Scheduler)
22
-----------------
33

44
###框架概况:
@@ -15,10 +15,10 @@ LTS 轻量级分布式任务调度框架(Light Task Schedule)
1515

1616
感兴趣,请加QQ群:109500214 一起探讨、完善。并且记得star一下哈,3Q
1717

18-
github地址:[https://github.com/qq254963746/light-task-schedule](https://github.com/qq254963746/light-task-schedule)
18+
github地址:[https://github.com/qq254963746/light-task-scheduler](https://github.com/qq254963746/light-task-scheduler)
1919

2020
###架构图
21-
![Aaron Swartz](https://raw.githubusercontent.com/qq254963746/light-task-schedule/master/doc/LTS_architecture.png)
21+
![Aaron Swartz](https://raw.githubusercontent.com/qq254963746/light-task-scheduler/master/doc/LTS_architecture.png)
2222
####节点组:
2323
* 1. 一个节点组等同于一个集群,同一个节点组中的各个节点是对等的,外界无论连接节点组中的任务一个节点都是可以的。
2424
* 2. 每个节点组中都有一个master节点(master宕机,会自动选举出新的master节点),框架会提供接口API来监听master节点的变化,用户可以自己使用master节点做自己想做的事情。
@@ -54,9 +54,9 @@ github地址:[https://github.com/qq254963746/light-task-schedule](https://github
5454
* 实现LTS的分布式队列存储
5555

5656
###LTS Admin
57-
![Aaron Swartz](https://raw.githubusercontent.com/qq254963746/light-task-schedule/master/doc/LTS_Admin.png)
57+
![Aaron Swartz](https://raw.githubusercontent.com/qq254963746/light-task-scheduler/master/doc/LTS_Admin.png)
5858
###调用示例
59-
下面提供的是最简单的配置方式。更多配置请查看 [lts-example](https://github.com/qq254963746/light-task-schedule/tree/master/lts-example/src/main/java/com/lts/example/api) 模块下的 API 调用方式例子.
59+
下面提供的是最简单的配置方式。更多配置请查看 [lts-example](https://github.com/qq254963746/light-task-scheduler/tree/master/lts-example/src/main/java/com/lts/example/api) 模块下的 API 调用方式例子.
6060

6161
####JobTracker 端
6262
```java

0 commit comments

Comments
 (0)