|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.broker.region.policy.MessageEvictionStrategySupport
public abstract class MessageEvictionStrategySupport
A useful base class for implementation inheritence.
Constructor Summary | |
---|---|
MessageEvictionStrategySupport()
|
Method Summary | |
---|---|
int |
getEvictExpiredMessagesHighWatermark()
REturns the high water mark on which we will eagerly evict expired messages from RAM |
void |
setEvictExpiredMessagesHighWatermark(int evictExpiredMessagesHighWaterMark)
Sets the high water mark on which we will eagerly evict expired messages from RAM |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.activemq.broker.region.policy.MessageEvictionStrategy |
---|
evictMessages |
Constructor Detail |
---|
public MessageEvictionStrategySupport()
Method Detail |
---|
public int getEvictExpiredMessagesHighWatermark()
MessageEvictionStrategy
getEvictExpiredMessagesHighWatermark
in interface MessageEvictionStrategy
public void setEvictExpiredMessagesHighWatermark(int evictExpiredMessagesHighWaterMark)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |