Class MemoryBoundedLogMessageBuffer

java.lang.Object
org.apache.hadoop.hbase.monitoring.MemoryBoundedLogMessageBuffer

@Private public class MemoryBoundedLogMessageBuffer extends Object
A size-bounded repository of alerts, which are kept in a linked list. Alerts can be added, and they will automatically be removed one by one when the specified heap usage is exhausted.