Thrill
0.1
|
#include <thrill/data/block.hpp>
#include <thrill/data/stream.hpp>
#include <thrill/net/buffer_builder.hpp>
#include <thrill/net/buffer_reader.hpp>
#include <thrill/net/connection.hpp>
#include <cstdio>
#include <cstdlib>
#include <string>
Go to the source code of this file.
Classes | |
class | MultiplexerHeader |
class | PartitionMultiplexerHeader |
class | StreamMultiplexerHeader |
Block header is sent before a sequence of blocks it indicates the number of elements and their boundaries. More... | |
Namespaces | |
thrill | |
thrill::data | |
Macros | |
#define | THRILL_DATA_MULTIPLEXER_HEADER_HEADER |
Variables | |
class thrill::data::MultiplexerHeader | TLX_ATTRIBUTE_PACKED |
#define THRILL_DATA_MULTIPLEXER_HEADER_HEADER |
Definition at line 14 of file multiplexer_header.hpp.