Uses of Class
org.jivesoftware.util.cache.CannotCalculateSizeException
-
Packages that use CannotCalculateSizeException Package Description org.jivesoftware.openfire.entitycaps Implementation of Entity Capabilities (XEP-0115).org.jivesoftware.openfire.group Groups, which are used to organize users together.org.jivesoftware.openfire.privacy Implementation of Blocking Communication.org.jivesoftware.openfire.roster Provides classes for managing the roster.org.jivesoftware.openfire.user Provides the interfaces and classes necessary to create custom user account data providers for Openfire.org.jivesoftware.util Utility classes.org.jivesoftware.util.cache -
-
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.entitycaps
Methods in org.jivesoftware.openfire.entitycaps that throw CannotCalculateSizeException Modifier and Type Method Description intEntityCapabilities. getCachedSize() -
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw CannotCalculateSizeException Modifier and Type Method Description intGroup. getCachedSize() -
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy that throw CannotCalculateSizeException Modifier and Type Method Description intPrivacyList. getCachedSize() -
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster that throw CannotCalculateSizeException Modifier and Type Method Description intRoster. getCachedSize()intRosterItem. getCachedSize() -
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that throw CannotCalculateSizeException Modifier and Type Method Description intUser. getCachedSize() -
Uses of CannotCalculateSizeException in org.jivesoftware.util
Methods in org.jivesoftware.util that throw CannotCalculateSizeException Modifier and Type Method Description intCacheableOptional. getCachedSize() -
Uses of CannotCalculateSizeException in org.jivesoftware.util.cache
Methods in org.jivesoftware.util.cache that throw CannotCalculateSizeException Modifier and Type Method Description intCacheable. getCachedSize()Returns the approximate size of the Object in bytes.static intCacheSizes. sizeOfAnything(Object object)Returns the size of an object in bytes.static intCacheSizes. sizeOfCollection(Collection list)Returns the size in bytes of a Collection object.static intCacheSizes. sizeOfMap(Map<?,?> map)Returns the size in bytes of a Map object.
-