public abstract class MessageEvictionStrategySupport extends Object implements MessageEvictionStrategy
Constructor and Description |
---|
MessageEvictionStrategySupport() |
Modifier and Type | Method and Description |
---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evictMessages
public MessageEvictionStrategySupport()
public int getEvictExpiredMessagesHighWatermark()
MessageEvictionStrategy
getEvictExpiredMessagesHighWatermark
in interface MessageEvictionStrategy
public void setEvictExpiredMessagesHighWatermark(int evictExpiredMessagesHighWaterMark)
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.