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 TypeMethodDescriptionint
HistoryStrategy.Messages.getCachedSize()
int
MUCOccupant.getCachedSize()
int
MUCRoom.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 TypeMethodDescriptionint
CollectionNode.getCachedSize()
int
DefaultNodeConfiguration.getCachedSize()
Returns the approximate size of the Object in bytes.int
LeafNode.getCachedSize()
int
Node.getCachedSize()
int
NodeAffiliate.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 TypeMethodDescriptionint
Cacheable.getCachedSize()
Returns the approximate size of the Object in bytes.static int
CacheSizes.sizeOfAnything
(Object object) Returns the size of an object in bytes.static int
CacheSizes.sizeOfCollection
(Collection list) Returns the size in bytes of a Collection object.static int
Returns the size in bytes of a Map object.