#include <src/main/activemq/core/policies/DefaultPrefetchPolicy.h>
◆ DefaultPrefetchPolicy()
| activemq::core::policies::DefaultPrefetchPolicy::DefaultPrefetchPolicy |
( |
| ) |
|
◆ ~DefaultPrefetchPolicy()
| virtual activemq::core::policies::DefaultPrefetchPolicy::~DefaultPrefetchPolicy |
( |
| ) |
|
|
virtual |
◆ clone()
| virtual PrefetchPolicy * activemq::core::policies::DefaultPrefetchPolicy::clone |
( |
| ) |
const |
|
virtual |
◆ getDurableTopicPrefetch()
| virtual int activemq::core::policies::DefaultPrefetchPolicy::getDurableTopicPrefetch |
( |
| ) |
const |
|
inlinevirtual |
Gets the amount of messages to prefetch for a Durable Topic.
- Returns
- value of the number of messages to prefetch.
Implements activemq::core::PrefetchPolicy.
◆ getMaxPrefetchLimit()
| virtual int activemq::core::policies::DefaultPrefetchPolicy::getMaxPrefetchLimit |
( |
int | value | ) |
const |
|
inlinevirtual |
◆ getQueueBrowserPrefetch()
| virtual int activemq::core::policies::DefaultPrefetchPolicy::getQueueBrowserPrefetch |
( |
| ) |
const |
|
inlinevirtual |
Gets the amount of messages to prefetch for a Queue Browser.
- Returns
- value of the number of messages to prefetch.
Implements activemq::core::PrefetchPolicy.
◆ getQueuePrefetch()
| virtual int activemq::core::policies::DefaultPrefetchPolicy::getQueuePrefetch |
( |
| ) |
const |
|
inlinevirtual |
◆ getTopicPrefetch()
| virtual int activemq::core::policies::DefaultPrefetchPolicy::getTopicPrefetch |
( |
| ) |
const |
|
inlinevirtual |
◆ setDurableTopicPrefetch()
| virtual void activemq::core::policies::DefaultPrefetchPolicy::setDurableTopicPrefetch |
( |
int | value | ) |
|
|
inlinevirtual |
◆ setQueueBrowserPrefetch()
| virtual void activemq::core::policies::DefaultPrefetchPolicy::setQueueBrowserPrefetch |
( |
int | value | ) |
|
|
inlinevirtual |
◆ setQueuePrefetch()
| virtual void activemq::core::policies::DefaultPrefetchPolicy::setQueuePrefetch |
( |
int | value | ) |
|
|
inlinevirtual |
◆ setTopicPrefetch()
| virtual void activemq::core::policies::DefaultPrefetchPolicy::setTopicPrefetch |
( |
int | value | ) |
|
|
inlinevirtual |
◆ DEFAULT_DURABLE_TOPIC_PREFETCH
| int activemq::core::policies::DefaultPrefetchPolicy::DEFAULT_DURABLE_TOPIC_PREFETCH |
|
static |
◆ DEFAULT_QUEUE_BROWSER_PREFETCH
| int activemq::core::policies::DefaultPrefetchPolicy::DEFAULT_QUEUE_BROWSER_PREFETCH |
|
static |
◆ DEFAULT_QUEUE_PREFETCH
| int activemq::core::policies::DefaultPrefetchPolicy::DEFAULT_QUEUE_PREFETCH |
|
static |
◆ DEFAULT_TOPIC_PREFETCH
| int activemq::core::policies::DefaultPrefetchPolicy::DEFAULT_TOPIC_PREFETCH |
|
static |
◆ MAX_PREFETCH_SIZE
| int activemq::core::policies::DefaultPrefetchPolicy::MAX_PREFETCH_SIZE |
|
static |
The documentation for this class was generated from the following file: