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.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.privacy Implementation of Blocking Communication.org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060).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 int
EntityCapabilities. getCachedSize()
-
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw CannotCalculateSizeException Modifier and Type Method Description int
Group. getCachedSize()
-
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw CannotCalculateSizeException Modifier and Type Method Description int
HistoryStrategy.Messages. getCachedSize()
int
MUCRole. getCachedSize()
int
MUCRoom. getCachedSize()
-
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy that throw CannotCalculateSizeException Modifier and Type Method Description int
PrivacyList. getCachedSize()
-
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that throw CannotCalculateSizeException Modifier and Type Method Description int
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 Modifier and Type Method Description int
Roster. getCachedSize()
int
RosterItem. getCachedSize()
-
Uses of CannotCalculateSizeException in org.jivesoftware.openfire.user
Methods in org.jivesoftware.openfire.user that throw CannotCalculateSizeException Modifier and Type Method Description int
User. getCachedSize()
-
Uses of CannotCalculateSizeException in org.jivesoftware.util
Methods in org.jivesoftware.util that throw CannotCalculateSizeException Modifier and Type Method Description int
CacheableOptional. getCachedSize()
-
Uses of CannotCalculateSizeException in org.jivesoftware.util.cache
Methods in org.jivesoftware.util.cache that throw CannotCalculateSizeException Modifier and Type Method Description int
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
CacheSizes. sizeOfMap(Map<?,?> map)
Returns the size in bytes of a Map object.
-