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 |
Modifier and Type | Method and Description |
---|---|
int |
EntityCapabilities.getCachedSize() |
Modifier and Type | Method and Description |
---|---|
int |
Group.getCachedSize() |
Modifier and Type | Method and Description |
---|---|
int |
PrivacyList.getCachedSize() |
Modifier and Type | Method and Description |
---|---|
int |
Roster.getCachedSize() |
int |
RosterItem.getCachedSize() |
Modifier and Type | Method and Description |
---|---|
int |
User.getCachedSize() |
Modifier and Type | Method and Description |
---|---|
int |
CacheableOptional.getCachedSize() |
Modifier and Type | Method and 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.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.