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