public interface Sink
Corresponds to an output of a relational expression.
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
void |
send(Row row) |
void |
setSourceEnumerable(Enumerable<Row> enumerable)
Deprecated.
|
void send(Row row) throws InterruptedException
InterruptedExceptionvoid end() throws InterruptedException
InterruptedException@Deprecated void setSourceEnumerable(Enumerable<Row> enumerable) throws InterruptedException
InterruptedExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.