Thrill
0.1
|
#include <thrill/data/mix_block_queue.hpp>
#include <thrill/data/stream.hpp>
#include <thrill/data/stream_sink.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | MixStream |
Ownership handle onto a MixStream. More... | |
class | MixStreamData |
A Stream is a virtual set of connections to all other worker instances, hence a "Stream" bundles them to a logical communication context. More... | |
Namespaces | |
thrill | |
thrill::data | |
Macros | |
#define | THRILL_DATA_MIX_STREAM_HEADER |
Typedefs | |
using | MixStreamPtr = tlx::CountingPtr< MixStream > |
using | MixStreamSet = StreamSet< MixStreamData > |
using | MixStreamSetPtr = tlx::CountingPtr< MixStreamSet > |
#define THRILL_DATA_MIX_STREAM_HEADER |
Definition at line 14 of file mix_stream.hpp.