Package com.wavefront.agent.histogram
Class MapSettings
- java.lang.Object
-
- com.wavefront.agent.histogram.MapSettings
-
public class MapSettings extends Object
Stores settings ChronicleMap has been initialized with to trigger map re-creation when settings change (since ChronicleMap doesn't persist init values for entries/avgKeySize/avgValueSize)- Author:
- [email protected]
-
-
Constructor Summary
Constructors Constructor Description MapSettings(long entries, double avgKeySize, double avgValueSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
double
getAvgKeySize()
double
getAvgValueSize()
long
getEntries()
-