#include <ProducerProperties.h>
Public Member Functions | |
ProducerProperties (const Storage storage, int supportedQueries, bool ignoreSlowConsumers) | |
ProducerProperties (const Storage storage=Storage::MEMORY, int supportedQueries=0) throw (RGMAException) | |
ProducerProperties (const ProducerProperties &producerProperties) | |
ProducerProperties & | operator= (const ProducerProperties &producerProperties) |
bool | isHistory () |
bool | isLatest () |
bool | isSignalSlowConsumer () |
const Storage | getStorage () |
Static Public Attributes | |
const int | HISTORY = 1 |
const int | LATEST = 2 |
const int | CONTINUOUS = 0 |
|
Creates a new ProducerProperties object.
|
|
Creates a new ProducerProperties object.
|
|
Gets the storage location for this Producer.
|
|
Determines the Producer's support for history queries.
|
|
Determines the Producer's support for latest queries.
|
|
Determines if the Producer will block on slow Consumers.
|
|
Producer supports CONTINUOUS queries. |
|
Producer supports HISTORY queries. |
|
Producer supports LATEST queries. |