Classes | |
struct | BufferProcessors |
struct | Info |
Public Member Functions | |
void | init (ConfigurationManager *configManager) |
std::vector< std::string > | getProcessorIDList (std::string dataBufferID) const |
std::vector< std::string > | getProducerIDList (std::string dataBufferID) const |
bool | getProducerStatus (std::string dataBufferID, std::string producerID) const |
std::string | getProducerClass (std::string dataBufferID, std::string producerID) const |
std::vector< std::string > | getConsumerIDList (std::string dataBufferID) const |
bool | getConsumerStatus (std::string dataBufferID, std::string consumerID) const |
std::string | getConsumerClass (std::string dataBufferID, std::string consumerID) const |
Definition at line 13 of file DataBufferConfiguration.h.