@SpringBootApplication @ComponentScan(value="org.apache.dolphinscheduler") @EnableTransactionManagement @EnableCaching public class MasterServer extends Object implements IStoppable
| Constructor and Description |
|---|
MasterServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(String cause)
gracefully close
|
static void |
main(String[] args) |
void |
run()
run master server
|
void |
stop(String cause) |
public static void main(String[] args)
@PostConstruct public void run() throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionpublic void close(String cause)
cause - close causepublic void stop(String cause)
stop in interface IStoppableCopyright © 2022 The Apache Software Foundation. All rights reserved.