public interface ActiveCollectionMBean
Modifier and Type | Method and Description |
---|---|
int |
getHighWaterMark()
This method gets the high water mark, used to indicate
when a warning should be issued.
|
long |
getItemExpiration()
This method returns the item expiration duration.
|
int |
getMaxItems()
This method returns the maximum number of items that should be
contained within the active collection.
|
String |
getName()
This method returns the name of the active collection.
|
int |
getSize()
This method returns the number of elements in the collection.
|
String getName()
int getSize()
long getItemExpiration()
int getMaxItems()
int getHighWaterMark()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.