| Modifier and Type | Class and Description |
|---|---|
class |
IntegerTaskEvent
This class provides a simple implementation of an event that holds an integer value.
|
class |
RuntimeEvent |
class |
StringTaskEvent
This class provides a simple implementation of an event that holds a string value.
|
class |
TaskEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
EndOfPartitionEvent |
class |
EndOfSuperstepEvent
Marks the end of a superstep of one particular iteration head
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractReader.handleEvent(AbstractEvent event)
Handles the event and returns whether the reader reached an end-of-stream event (either the
end of the whole stream or the end of an superstep).
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractEvent |
EventSerializer.fromBuffer(Buffer buffer,
ClassLoader classLoader) |
static AbstractEvent |
EventSerializer.fromSerializedEvent(ByteBuffer buffer,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
static Buffer |
EventSerializer.toBuffer(AbstractEvent event) |
static ByteBuffer |
EventSerializer.toSerializedEvent(AbstractEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordWriter.broadcastEvent(AbstractEvent event) |
void |
ResultPartitionWriter.writeEvent(AbstractEvent event,
int targetChannel) |
void |
ResultPartitionWriter.writeEventToAllChannels(AbstractEvent event) |
| Modifier and Type | Method and Description |
|---|---|
AbstractEvent |
BufferOrEvent.getEvent() |
| Constructor and Description |
|---|
BufferOrEvent(AbstractEvent event,
int channelIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllWorkersDoneEvent |
class |
IterationEventWithAggregators |
class |
TerminationEvent
Signals that the iteration is completely executed, participating tasks must terminate now
|
class |
WorkerDoneEvent |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.