Thrill
0.1
|
#include <thrill/common/logger.hpp>
#include <thrill/common/stats_counter.hpp>
#include <thrill/common/stats_timer.hpp>
#include <thrill/data/block.hpp>
#include <thrill/data/block_sink.hpp>
#include <thrill/data/stream_data.hpp>
#include <thrill/net/buffer.hpp>
#include <thrill/net/dispatcher_thread.hpp>
Go to the source code of this file.
Classes | |
class | StreamSink |
StreamSink is an BlockSink that sends data via a network socket to the StreamData object on a different worker. More... | |
Namespaces | |
thrill | |
thrill::data | |
Macros | |
#define | THRILL_DATA_STREAM_SINK_HEADER |
#define THRILL_DATA_STREAM_SINK_HEADER |
Definition at line 13 of file stream_sink.hpp.