


Public Member Functions | ||||
| MsgUnitStoreProperty (org::xmlBlaster::util::Global &global, std::string &nodeId) | ||||
| ||||
| MsgUnitStoreProperty (QueuePropertyBase &prop) | ||||
| MsgUnitStoreProperty & | operator= (QueuePropertyBase &prop) | |||
| bool | onOverflowDeadMessage () | |||
| std::string | getRootTagName () | |||
| The tag name for configuration, here it is <msgUnitStore . | ||||
Static Public Member Functions | ||||
| static std::string | usage () | |||
| Get a usage string for the connection parameters. | ||||
Definition at line 25 of file MsgUnitStoreProperty.h.
| org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::MsgUnitStoreProperty | ( | org::xmlBlaster::util::Global & | global, | |
| std::string & | nodeId | |||
| ) |
| nodeId_ | If not "" (empty), the command line properties will look for prop[nodeId] as well, e.g. |
-persistence/maxEntries and -persistence/maxEntries[heron] will be searched
| org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::MsgUnitStoreProperty | ( | QueuePropertyBase & | prop | ) |
Definition at line 33 of file MsgUnitStoreProperty.cpp.
| MsgUnitStoreProperty & org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::operator= | ( | QueuePropertyBase & | prop | ) |
Reimplemented from org::xmlBlaster::util::qos::storage::QueuePropertyBase.
Definition at line 38 of file MsgUnitStoreProperty.cpp.
References org::xmlBlaster::util::qos::storage::QueuePropertyBase::copy().
| bool org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::onOverflowDeadMessage | ( | ) |
Definition at line 45 of file MsgUnitStoreProperty.cpp.
References org::xmlBlaster::util::qos::storage::QueuePropertyBase::getOnOverflow(), and org::xmlBlaster::util::Constants::ONOVERFLOW_DEADMESSAGE.
| string org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage | ( | ) | [static] |
Get a usage string for the connection parameters.
Definition at line 55 of file MsgUnitStoreProperty.cpp.
References org::xmlBlaster::util::qos::storage::DEFAULT_bytesCacheDefault, org::xmlBlaster::util::qos::storage::DEFAULT_bytesDefault, org::xmlBlaster::util::qos::storage::DEFAULT_maxEntriesDefault, org::xmlBlaster::util::qos::storage::DEFAULT_onFailure, org::xmlBlaster::util::qos::storage::DEFAULT_onOverflow, org::xmlBlaster::util::qos::storage::DEFAULT_type, org::xmlBlaster::util::qos::storage::DEFAULT_version, and org::xmlBlaster::util::lexical_cast().
| string org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::getRootTagName | ( | ) |
The tag name for configuration, here it is <msgUnitStore .
..>
Reimplemented from org::xmlBlaster::util::qos::storage::QueuePropertyBase.
Definition at line 75 of file MsgUnitStoreProperty.cpp.