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, waitevictMessagespublic MessageEvictionStrategySupport()
public int getEvictExpiredMessagesHighWatermark()
MessageEvictionStrategygetEvictExpiredMessagesHighWatermark in interface MessageEvictionStrategypublic void setEvictExpiredMessagesHighWatermark(int evictExpiredMessagesHighWaterMark)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.