| Interface | Description |
|---|---|
| RecordAvailabilityListener<T extends IOReadableWritable> |
This interface can be implemented by a class which shall be notified by an input gate when one of the its connected
input channels has at least one record available for reading.
|
| Class | Description |
|---|---|
| Gate<T extends IOReadableWritable> |
In Nephele a gate represents the connection between a user program and the processing framework.
|
| GateID |
A class for statistically unique gate IDs.
|
| InputGate<T extends IOReadableWritable> |
Input gates are a specialization of general gates and connect input channels and record readers.
|
| OutputGate |
| Enum | Description |
|---|---|
| InputChannelResult |
Copyright © 2015 The Apache Software Foundation. All rights reserved.