Uses of Class
org.jivesoftware.util.cache.CannotCalculateSizeException
Packages that use CannotCalculateSizeException
Package
Description
Implementation of Entity Capabilities (XEP-0115).
Groups, which are used to organize users together.
IQ class implementations.
Implementation of Multi-User Chat (XEP-0045).
Implementation of Blocking Communication.
Implementation of Publish-Subscribe (XEP-0060).
Provides classes for managing the roster.
Provides the interfaces and classes necessary to create custom
 user account data providers for Openfire.
Utility classes.
- 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.entitycaps
Methods in org.jivesoftware.openfire.entitycaps that throw CannotCalculateSizeException - 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw CannotCalculateSizeException - 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that throw CannotCalculateSizeException - 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw CannotCalculateSizeExceptionModifier and TypeMethodDescriptionintHistoryStrategy.Messages.getCachedSize()intMUCOccupant.getCachedSize()intMUCRoom.getCachedSize() - 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy that throw CannotCalculateSizeException - 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that throw CannotCalculateSizeExceptionModifier and TypeMethodDescriptionintCollectionNode.getCachedSize()intDefaultNodeConfiguration.getCachedSize()Returns the approximate size of the Object in bytes.intLeafNode.getCachedSize()intNode.getCachedSize()intNodeAffiliate.getCachedSize()Returns the approximate size of the Object in bytes. - 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster that throw CannotCalculateSizeException - 
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that throw CannotCalculateSizeException - 
Uses of CannotCalculateSizeException in org.jivesoftware.util
Methods in org.jivesoftware.util that throw CannotCalculateSizeException - 
Uses of CannotCalculateSizeException in org.jivesoftware.util.cache
Methods in org.jivesoftware.util.cache that throw CannotCalculateSizeExceptionModifier and TypeMethodDescriptionintCacheable.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 intReturns the size in bytes of a Map object.