| Modifier and Type | Method and Description |
|---|---|
void |
TaskEventHandler.subscribe(EventListener<TaskEvent> listener,
Class<? extends TaskEvent> eventType) |
void |
TaskEventHandler.unsubscribe(EventListener<TaskEvent> listener,
Class<? extends TaskEvent> eventType) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReader.registerTaskEventListener(EventListener<TaskEvent> listener,
Class<? extends TaskEvent> eventType) |
void |
ReaderBase.registerTaskEventListener(EventListener<TaskEvent> listener,
Class<? extends TaskEvent> eventType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultPartitionWriter
A buffer-oriented runtime result writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultPartitionWriter.subscribeToEvent(EventListener<TaskEvent> eventListener,
Class<? extends TaskEvent> eventType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BufferProvider.addListener(EventListener<Buffer> listener)
Adds a buffer availability listener to the buffer provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputGate.registerListener(EventListener<InputGate> listener) |
void |
UnionInputGate.registerListener(EventListener<InputGate> listener) |
void |
SingleInputGate.registerListener(EventListener<InputGate> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
SuperstepBarrier
A resettable one-shot latch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SyncEventHandler |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.