public interface EtcdSchedulerOperate
| 限定符和类型 | 字段和说明 |
|---|---|
static EtcdSchedulerOperate |
EMPTY |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
start(String group,
String id,
SchedulerAnalysis analysis) |
void |
stopped(String group,
String id,
boolean isRemove,
SchedulerAnalysis analysis) |
void |
stopping(String group,
String id,
SchedulerAnalysis analysis) |
static final EtcdSchedulerOperate EMPTY
void start(String group, String id, SchedulerAnalysis analysis)
void stopping(String group, String id, SchedulerAnalysis analysis)
void stopped(String group, String id, boolean isRemove, SchedulerAnalysis analysis)
Copyright © 2015–2016. All rights reserved.