public static interface SrvMonPoolStats.Deserializer.Callback
| 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) |
void handlePuts(long val)
void handleGets(long val)
void handleHits(long val)
void handleMisses(long val)
void handleGrowths(long val)
void handleEvicts(long val)
void handleDetachedWashes(long val)
void handleSize(int val)
void handleCapacity(int val)
void handlePreallocated(int val)
void handleMaxCapacity(int val)
void handleKey(XStringDeserializer val)
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.