|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.util.AbstractMemoryMonitor.Entry
static class AbstractMemoryMonitor.Entry
Class used to associate Listener
and threshold.
Field Summary | |
---|---|
(package private) MemoryMonitor.Listener |
listener
|
(package private) long |
threshold
|
Constructor Summary | |
---|---|
AbstractMemoryMonitor.Entry(MemoryMonitor.Listener listener,
long threshold)
Creates an Entry. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final MemoryMonitor.Listener listener
long threshold
Constructor Detail |
---|
AbstractMemoryMonitor.Entry(MemoryMonitor.Listener listener, long threshold)
listener
- Listenerthreshold
- Threshold percentage which will cause notificationMethod Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |