public abstract static class SrvMonPoolStats.Deserializer.AbstractCallbackImpl extends Object implements SrvMonPoolStats.Deserializer.Callback
| Constructor and Description |
|---|
AbstractCallbackImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCapacity(int val) |
void |
handleDetachedWashes(long val) |
void |
handleEvicts(long val) |
void |
handleGets(long val) |
void |
handleGrowths(long val) |
void |
handleHits(long val) |
void |
handleKey(XStringDeserializer val) |
void |
handleMaxCapacity(int val) |
void |
handleMisses(long val) |
void |
handlePreallocated(int val) |
void |
handlePuts(long val) |
void |
handleSize(int val) |
public void handlePuts(long val)
handlePuts in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleGets(long val)
handleGets in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleHits(long val)
handleHits in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleMisses(long val)
handleMisses in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleGrowths(long val)
handleGrowths in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleEvicts(long val)
handleEvicts in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleDetachedWashes(long val)
handleDetachedWashes in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleSize(int val)
handleSize in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleCapacity(int val)
handleCapacity in interface SrvMonPoolStats.Deserializer.Callbackpublic void handlePreallocated(int val)
handlePreallocated in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleMaxCapacity(int val)
handleMaxCapacity in interface SrvMonPoolStats.Deserializer.Callbackpublic void handleKey(XStringDeserializer val)
handleKey in interface SrvMonPoolStats.Deserializer.CallbackCopyright © 2019 N5 Technologies, Inc. All Rights Reserved.