public interface InputGate
| Modifier and Type | Method and Description |
|---|---|
BufferOrEvent |
getNextBufferOrEvent() |
int |
getNumberOfInputChannels() |
boolean |
isFinished() |
void |
registerListener(EventListener<InputGate> listener) |
void |
requestPartitions() |
void |
sendTaskEvent(TaskEvent event) |
int getNumberOfInputChannels()
boolean isFinished()
void requestPartitions()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionBufferOrEvent getNextBufferOrEvent() throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid sendTaskEvent(TaskEvent event) throws IOException
IOExceptionvoid registerListener(EventListener<InputGate> listener)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.