Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The javadocs description for org.apache.geode.cache.util.ObjectSizer look like this:
public interface ObjectSizer
The sizer interface defines a method that when called returns the size of the object passed in. Implementations may return hardcoded values for object size if the implementation knows the object size for all objects that are likely to be cached. You should use a sizer with a EvictionAttributes.createLRUHeapAttributes(ObjectSizer) or EvictionAttributes.createLRUMemoryAttributes(ObjectSizer) if you want to use a faster or more accurate method of sizing than provided by the default object sizer, which is {#link SIZE_CLASS_ONCE
Notice that the last part of the description is not right. It needs to be fixed.
Attachments
Issue Links
- links to