| 限定符和类型 | 方法和说明 |
|---|---|
JobContext |
ThreadContainer.getContext() |
JobContext |
ThreadContainerPool.getContext() |
abstract JobContext |
ContainerPool.getContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Container |
ContainerFactory.create(JobContext context) |
void |
ThreadContainer.setContext(JobContext context) |
void |
ThreadContainerPool.setContext(JobContext jobContext) |
abstract void |
ContainerPool.setContext(JobContext jobContext) |
| 构造器和说明 |
|---|
ActorContainer(JobContext context) |
DockerContainer(JobContext context) |
ProcessContainer(JobContext context) |
ThreadContainer(JobContext context,
ContainerPool containerPool) |
| 限定符和类型 | 方法和说明 |
|---|---|
JobContext |
JobContext.JobContextBuilder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
static JobContext.JobContextBuilder |
JobContext.newBuilder(JobContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String[] |
PythonProcessor.getContent(JobContext context) |
protected String[] |
GoProcessor.getContent(JobContext context) |
protected String[] |
ShellProcessor.getContent(JobContext context) |
protected boolean |
MapJobProcessor.isRootTask(JobContext context) |
void |
JobProcessor.kill(JobContext context) |
void |
ShellProcessor.kill(JobContext context) |
void |
JavaProcessor.kill(JobContext context) |
ProcessResult |
JobProcessor.postProcess(JobContext context) |
ProcessResult |
MapReduceJobProcessor.postProcess(JobContext context)
已过时。
|
ProcessResult |
ShellProcessor.postProcess(JobContext context) |
ProcessResult |
JavaProcessor.postProcess(JobContext context) |
void |
JobProcessor.preProcess(JobContext context) |
void |
PythonProcessor.preProcess(JobContext context) |
void |
GoProcessor.preProcess(JobContext context) |
void |
ShellProcessor.preProcess(JobContext context) |
void |
JavaProcessor.preProcess(JobContext context) |
ProcessResult |
JobProcessor.process(JobContext context) |
ProcessResult |
ShellProcessor.process(JobContext context) |
abstract ProcessResult |
MapReduceJobProcessor.reduce(JobContext context) |
boolean |
MapReduceJobProcessor.runReduceIfFail(JobContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TestSimpleJobProcessorWithKill.kill(JobContext context) |
ProcessResult |
TestBroadcastJobProcessor.postProcess(JobContext context) |
void |
TestSimpleJobProcessorWithKill.preProcess(JobContext context) |
void |
TestBroadcastJobProcessor.preProcess(JobContext context) |
ProcessResult |
TestParallelJobProcessor.process(JobContext context) |
ProcessResult |
TestMapReduceJobProcessor.process(JobContext context) |
ProcessResult |
TestSimpleJobProcessorWithKill.process(JobContext context) |
ProcessResult |
TestSimpleJobFailProcessor.process(JobContext context) |
ProcessResult |
TestGridJobProcessor.process(JobContext context) |
ProcessResult |
TestBroadcastJobProcessor.process(JobContext context) |
ProcessResult |
TestSimpleJobProcessor.process(JobContext context) |
ProcessResult |
TestSimpleJobExceptionProcessor.process(JobContext context) |
ProcessResult |
TestMapReduceJobProcessor.reduce(JobContext context) |
| 构造器和说明 |
|---|
ConsumerThread(JobContext context,
ContainerPool containerPool) |
| 限定符和类型 | 方法和说明 |
|---|---|
static JobContext |
ContanerUtil.convert2JobContext(com.alibaba.schedulerx.protocol.Worker.MasterStartContainerRequest request) |
Copyright © 2021. All rights reserved.