| Package | Description |
|---|---|
| tigase.cluster.strategy | |
| tigase.cluster.strategy.cmd | |
| tigase.licence |
| Modifier and Type | Field and Description |
|---|---|
protected Map<tigase.xmpp.BareJID,Map<tigase.xmpp.JID,ConnectionRecordExt>> |
ClusteringMetadata.userConnections
Field description
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionRecordExt |
OnlineUsersCachingStrategy.getConnectionRecord(tigase.xmpp.JID jid)
Method description
|
ConnectionRecordExt |
ClusteringMetadata.getConnectionRecord(tigase.xmpp.JID jid) |
ConnectionRecordExt |
CacheContener.getConnectionRecord(tigase.xmpp.JID jid) |
ConnectionRecordExt |
OnlineUsersCachingStrategy.getConnectionRecordInstance()
Method description
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectionRecordExt> |
OnlineUsersCachingStrategy.getConnectionRecords(tigase.xmpp.BareJID bareJID)
Method description
|
Set<ConnectionRecordExt> |
ClusteringMetadata.getConnectionRecords(tigase.xmpp.BareJID bareJID) |
Set<ConnectionRecordExt> |
CacheContener.getConnectionRecords(tigase.xmpp.BareJID bareJID) |
| Modifier and Type | Method and Description |
|---|---|
void |
OnlineUsersCachingStrategy.presenceUpdate(tigase.xml.Element presence,
ConnectionRecordExt rec)
Method description
|
void |
CacheContener.updatePresence(tigase.xml.Element presence,
ConnectionRecordExt rec) |
void |
OnlineUsersCachingStrategy.userDisconnected(ConnectionRecordExt rec)
Method description
|
void |
CacheContener.userDisconnected(ConnectionRecordExt rec) |
void |
ClusteringMetadata.userDisconnected(Queue<tigase.server.Packet> results,
ConnectionRecordExt rec) |
void |
OnlineUsersCachingStrategy.usersConnected(ConnectionRecordExt... recs)
Method description
|
void |
CacheContener.usersConnected(ConnectionRecordExt... recs) |
void |
ClusteringMetadata.usersConnected(Queue<tigase.server.Packet> results,
ConnectionRecordExt... recs) |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionRecordExt |
CachingCmdAbstract.getConnectionRecord(tigase.xmpp.JID node,
Map<String,String> data)
Method takes the data received from other cluster node and creates a
ConnectionRecord with all essential connection information.
|
| Constructor and Description |
|---|
LicenceCheckerUpdateCallbackImplACS(String cmpName,
tigase.cluster.strategy.ClusteringStrategyIfc<ConnectionRecordExt> strategy)
Constructs Session Manager ACS version of
LicenceCheckerUpdateCallback which provides
additional information about number of connected cluster nodes. |
Copyright © 2014 Tigase. All rights reserved.