DataStorm::MultiKeyWriter< Key, Value, UpdateTag >::MultiKeyWriter | ( | const Topic< Key, Value, UpdateTag > & | topic, |
const std::vector< Key > & | keys, | ||
std::string | name = std::string(), | ||
const WriterConfig & | config = WriterConfig() ) |
Constructs a new writer for the given keys.
The construction of the writer connects the writer to readers with matching keys. If an empty vector of keys is provided, the writer will connect to all the available readers.
topic | The topic. |
keys | The keys. |
name | The optional writer name. |
config | The writer configuration. |
Definition at line 1397 of file DataStorm.h.