| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentMainThreadExecutor.DummyComponentMainThreadExecutor
Dummy implementation of ComponentMainThreadExecutor.
|
class |
ComponentMainThreadExecutorServiceAdapter
Adapter class for a
ScheduledExecutorService which shall be used as a
ComponentMainThreadExecutor. |
| Modifier and Type | Method and Description |
|---|---|
ComponentMainThreadExecutor |
ExecutionGraph.getJobMasterMainThreadExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.start(ComponentMainThreadExecutor jobMasterMainThreadExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerImpl.start(ComponentMainThreadExecutor mainThreadExecutor) |
void |
Scheduler.start(ComponentMainThreadExecutor mainThreadExecutor)
Start the scheduler by initializing the main thread executor.
|
void |
SlotPool.start(JobMasterId jobMasterId,
String newJobManagerAddress,
ComponentMainThreadExecutor jmMainThreadScheduledExecutor) |
void |
SlotPoolImpl.start(JobMasterId jobMasterId,
String newJobManagerAddress,
ComponentMainThreadExecutor componentMainThreadExecutor)
Start the slot pool to accept RPC calls.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RpcEndpoint.MainThreadExecutor
Executor which executes runnables in the main thread context.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.