DataStorm
0.1
Data Distribution Service
|
CDataStorm::Cloner< T, Enabler > | The Cloner template provides a method to clone user types |
▼CDataStorm::Config | The configuration base class holds configuration options common to readers and writers |
CDataStorm::ReaderConfig | Configuration options specific to readers |
CDataStorm::WriterConfig | Configuration options specific to writers |
CDataStorm::CtrlCHandler | Provides a portable way to handle Ctrl-C and Ctrl-C like signals |
CDataStorm::Decoder< T, Enabler > | The Decoder template provides a method to decode user types |
CDataStorm::Encoder< T, Enabler > | The Encoder template provides a method to encode decode user types |
▼Cexception | |
CDataStorm::NodeShutdownException | The exception NodeShutdownException |
CDataStorm::Filter< T > | Filter structure to specify the filter name and criteria value |
CDataStorm::Node | Allows creating topic readers and writers |
▼CDataStorm::Reader< Key, Value, UpdateTag > | The Reader class is used to retrieve samples for a data element |
CDataStorm::FilteredKeyReader< Key, Value, UpdateTag > | The filtered reader to read data elements whose key match a given filter |
CDataStorm::MultiKeyReader< Key, Value, UpdateTag > | The key reader to read the data element associated with a given set of keys |
CDataStorm::SingleKeyReader< Key, Value, UpdateTag > | The key reader to read the data element associated with a given key |
CDataStorm::Sample< Key, Value, UpdateTag > | A sample provides information about a data element update |
CDataStorm::Topic< Key, Value, UpdateTag > | The Topic class |
▼CDataStorm::Writer< Key, Value, UpdateTag > | The writer class is used to write samples for a data element |
CDataStorm::MultiKeyWriter< Key, Value, UpdateTag > | The key writer to write data elements associated with a given set of keys |
CDataStorm::SingleKeyWriter< Key, Value, UpdateTag > | The key writer to write the data element associated with a given key |