| Package | Description |
|---|---|
| org.apache.flink.api.java.io |
| Modifier and Type | Method and Description |
|---|---|
RemoteCollectorConsumer<T> |
RemoteCollector.getConsumer() |
RemoteCollectorConsumer<T> |
RemoteCollectorImpl.getConsumer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> DataSink<T> |
RemoteCollectorImpl.collectLocal(DataSet<T> source,
RemoteCollectorConsumer<T> consumer)
Writes a DataSet to a
RemoteCollectorConsumer through an
RemoteCollector remotely called from the
RemoteCollectorOutputFormat. |
static <T> void |
RemoteCollectorImpl.createAndBind(Integer port,
RemoteCollectorConsumer<T> consumer,
String rmiId)
This factory method creates an instance of the
RemoteCollectorImpl and binds it in the local RMI
Registry. |
void |
RemoteCollector.setConsumer(RemoteCollectorConsumer<T> consumer) |
void |
RemoteCollectorImpl.setConsumer(RemoteCollectorConsumer<T> consumer) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.