org::xmlBlaster::util::qos::storage Namespace Reference


Classes

class  CbQueueProperty
class  ClientQueueProperty
class  HistoryQueueProperty
class  MsgUnitStoreProperty
class  QueuePropertyBase
class  QueuePropertyFactory

Typedefs

typedef std::vector< org::xmlBlaster::util::qos::address::AddressBaseRefAddressVector

Variables

long DEFAULT_maxEntriesDefault = 1000L
long DEFAULT_maxEntriesCacheDefault = 1000L
long DEFAULT_bytesDefault = 10485760L
long DEFAULT_bytesCacheDefault = 2097152L
double DEFAULT_storeSwapLevelRatio = 0.70
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.
double DEFAULT_storeSwapBytesRatio = 0.25
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.
double DEFAULT_reloadSwapLevelRatio = 0.30
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.
double DEFAULT_reloadSwapBytesRatio = 0.25
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.
Timestamp DEFAULT_minExpires = 1000
Timestamp DEFAULT_maxExpires = 0
string DEFAULT_onOverflow = Constants::ONOVERFLOW_DEADMESSAGE
string DEFAULT_onFailure = Constants::ONOVERFLOW_DEADMESSAGE
string DEFAULT_type = "CACHE"
string DEFAULT_version = "1.0"
long DEFAULT_expires
 If not otherwise noted a queue dies after the max value, changeable with property e.g.
long DEFAULT_maxEntriesDefault
long DEFAULT_maxEntriesCacheDefault
long DEFAULT_bytesDefault
long DEFAULT_bytesCacheDefault
double DEFAULT_storeSwapLevelRatio
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.
double DEFAULT_storeSwapBytesRatio
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.
double DEFAULT_reloadSwapLevelRatio
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.
double DEFAULT_reloadSwapBytesRatio
 The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.
Timestamp DEFAULT_minExpires
Timestamp DEFAULT_maxExpires
std::string DEFAULT_onOverflow
std::string DEFAULT_onFailure
std::string DEFAULT_type
std::string DEFAULT_version
long DEFAULT_expires
 If not otherwise noted a queue dies after the max value, changeable with property e.g.


Typedef Documentation

typedef std::vector<org::xmlBlaster::util::qos::address::AddressBaseRef> org::xmlBlaster::util::qos::storage::AddressVector

Definition at line 51 of file QueuePropertyBase.h.


Variable Documentation

long org::xmlBlaster::util::qos::storage::DEFAULT_bytesCacheDefault

Definition at line 30 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

long org::xmlBlaster::util::qos::storage::DEFAULT_bytesCacheDefault = 2097152L

Definition at line 30 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

long org::xmlBlaster::util::qos::storage::DEFAULT_bytesDefault

Definition at line 29 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::CbQueueProperty::usage(), org::xmlBlaster::util::qos::storage::ClientQueueProperty::usage(), and org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

long org::xmlBlaster::util::qos::storage::DEFAULT_bytesDefault = 10485760L

Definition at line 29 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage(), org::xmlBlaster::util::qos::storage::ClientQueueProperty::usage(), and org::xmlBlaster::util::qos::storage::CbQueueProperty::usage().

long org::xmlBlaster::util::qos::storage::DEFAULT_expires

If not otherwise noted a queue dies after the max value, changeable with property e.g.

"queue.expires=3600000" milliseconds

Definition at line 48 of file QueuePropertyBase.cpp.

long org::xmlBlaster::util::qos::storage::DEFAULT_expires

If not otherwise noted a queue dies after the max value, changeable with property e.g.

"queue.expires=3600000" milliseconds

Definition at line 48 of file QueuePropertyBase.cpp.

long org::xmlBlaster::util::qos::storage::DEFAULT_maxEntriesCacheDefault

Definition at line 28 of file QueuePropertyBase.cpp.

long org::xmlBlaster::util::qos::storage::DEFAULT_maxEntriesCacheDefault = 1000L

Definition at line 28 of file QueuePropertyBase.cpp.

long org::xmlBlaster::util::qos::storage::DEFAULT_maxEntriesDefault

Definition at line 27 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::CbQueueProperty::usage(), org::xmlBlaster::util::qos::storage::ClientQueueProperty::usage(), and org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

long org::xmlBlaster::util::qos::storage::DEFAULT_maxEntriesDefault = 1000L

Definition at line 27 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage(), org::xmlBlaster::util::qos::storage::ClientQueueProperty::usage(), and org::xmlBlaster::util::qos::storage::CbQueueProperty::usage().

Timestamp org::xmlBlaster::util::qos::storage::DEFAULT_maxExpires

Definition at line 40 of file QueuePropertyBase.cpp.

Timestamp org::xmlBlaster::util::qos::storage::DEFAULT_maxExpires = 0

Definition at line 40 of file QueuePropertyBase.cpp.

Timestamp org::xmlBlaster::util::qos::storage::DEFAULT_minExpires

Definition at line 39 of file QueuePropertyBase.cpp.

Timestamp org::xmlBlaster::util::qos::storage::DEFAULT_minExpires = 1000

Definition at line 39 of file QueuePropertyBase.cpp.

std::string org::xmlBlaster::util::qos::storage::DEFAULT_onFailure

Definition at line 42 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

string org::xmlBlaster::util::qos::storage::DEFAULT_onFailure = Constants::ONOVERFLOW_DEADMESSAGE

Definition at line 42 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

std::string org::xmlBlaster::util::qos::storage::DEFAULT_onOverflow

Definition at line 41 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

string org::xmlBlaster::util::qos::storage::DEFAULT_onOverflow = Constants::ONOVERFLOW_DEADMESSAGE

Definition at line 41 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

double org::xmlBlaster::util::qos::storage::DEFAULT_reloadSwapBytesRatio

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.

Definition at line 38 of file QueuePropertyBase.cpp.

double org::xmlBlaster::util::qos::storage::DEFAULT_reloadSwapBytesRatio = 0.25

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.

Definition at line 38 of file QueuePropertyBase.cpp.

double org::xmlBlaster::util::qos::storage::DEFAULT_reloadSwapLevelRatio

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.

Definition at line 36 of file QueuePropertyBase.cpp.

double org::xmlBlaster::util::qos::storage::DEFAULT_reloadSwapLevelRatio = 0.30

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.

Definition at line 36 of file QueuePropertyBase.cpp.

double org::xmlBlaster::util::qos::storage::DEFAULT_storeSwapBytesRatio

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.

Definition at line 34 of file QueuePropertyBase.cpp.

double org::xmlBlaster::util::qos::storage::DEFAULT_storeSwapBytesRatio = 0.25

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapBytes.

Definition at line 34 of file QueuePropertyBase.cpp.

double org::xmlBlaster::util::qos::storage::DEFAULT_storeSwapLevelRatio

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.

Definition at line 32 of file QueuePropertyBase.cpp.

double org::xmlBlaster::util::qos::storage::DEFAULT_storeSwapLevelRatio = 0.70

The default settings (as a ratio relative to the maxBytesCache) for the storeSwapLevel.

Definition at line 32 of file QueuePropertyBase.cpp.

std::string org::xmlBlaster::util::qos::storage::DEFAULT_type

Definition at line 28 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::CbQueueProperty::usage(), and org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

string org::xmlBlaster::util::qos::storage::DEFAULT_type = "CACHE"

Definition at line 45 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage(), and org::xmlBlaster::util::qos::storage::CbQueueProperty::usage().

std::string org::xmlBlaster::util::qos::storage::DEFAULT_version

Definition at line 29 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::ClientQueueProperty::usage(), and org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage().

string org::xmlBlaster::util::qos::storage::DEFAULT_version = "1.0"

Definition at line 46 of file QueuePropertyBase.cpp.

Referenced by org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage(), and org::xmlBlaster::util::qos::storage::ClientQueueProperty::usage().