| 程序包 | 说明 |
|---|---|
| org.apache.dolphinscheduler.server.master.cache | |
| org.apache.dolphinscheduler.server.master.cache.impl | |
| org.apache.dolphinscheduler.server.master.runner |
| 限定符和类型 | 方法和说明 |
|---|---|
WorkflowExecuteThread |
ProcessInstanceExecCacheManager.getByProcessInstanceId(int processInstanceId)
get WorkflowExecuteThread by process instance id
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<WorkflowExecuteThread> |
ProcessInstanceExecCacheManager.getAll()
get all WorkflowExecuteThread from cache
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProcessInstanceExecCacheManager.cache(int processInstanceId,
WorkflowExecuteThread workflowExecuteThread)
cache
|
| 限定符和类型 | 方法和说明 |
|---|---|
WorkflowExecuteThread |
ProcessInstanceExecCacheManagerImpl.getByProcessInstanceId(int processInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<WorkflowExecuteThread> |
ProcessInstanceExecCacheManagerImpl.getAll() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProcessInstanceExecCacheManagerImpl.cache(int processInstanceId,
WorkflowExecuteThread workflowExecuteThread) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WorkflowExecuteThreadPool.executeEvent(WorkflowExecuteThread workflowExecuteThread)
execute workflow
|
void |
WorkflowExecuteThreadPool.startWorkflow(WorkflowExecuteThread workflowExecuteThread)
start workflow
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.