| Package | Description |
|---|---|
| tigase.pubsub.repository | |
| tigase.pubsub.repository.cached | |
| tigase.pubsub.repository.stateless |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<tigase.xmpp.jid.BareJID,UsersAffiliation> |
NodeAffiliations.affs |
| Modifier and Type | Method and Description |
|---|---|
protected UsersAffiliation |
NodeAffiliations.get(tigase.xmpp.jid.BareJID bareJid) |
UsersAffiliation[] |
NodeAffiliations.getAffiliations() |
UsersAffiliation[] |
IAffiliations.getAffiliations() |
UsersAffiliation |
NodeAffiliations.getSubscriberAffiliation(tigase.xmpp.jid.BareJID bareJid) |
UsersAffiliation |
IAffiliations.getSubscriberAffiliation(tigase.xmpp.jid.BareJID jid) |
| Modifier and Type | Method and Description |
|---|---|
Map<tigase.xmpp.jid.BareJID,UsersAffiliation> |
NodeAffiliations.getAffiliationsMap() |
Map<String,UsersAffiliation> |
PubSubDAOPool.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid,
tigase.xmpp.jid.BareJID jid) |
Map<String,UsersAffiliation> |
PubSubDAOJDBC.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid,
tigase.xmpp.jid.BareJID jid) |
Map<String,UsersAffiliation> |
IPubSubDAO.getUserAffiliations(tigase.xmpp.jid.BareJID serviceJid,
tigase.xmpp.jid.BareJID jid) |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubDAOJDBC.updateNodeAffiliation(tigase.xmpp.jid.BareJID serviceJid,
Long nodeId,
String nodeName,
UsersAffiliation affiliation) |
void |
PubSubDAOPool.updateNodeAffiliation(tigase.xmpp.jid.BareJID serviceJid,
T nodeId,
String nodeName,
UsersAffiliation affiliation) |
void |
IPubSubDAO.updateNodeAffiliation(tigase.xmpp.jid.BareJID serviceJid,
T nodeId,
String nodeName,
UsersAffiliation userAffiliation) |
| Modifier and Type | Method and Description |
|---|---|
static NodeAffiliations |
NodeAffiliations.create(Queue<UsersAffiliation> data) |
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<Map<tigase.xmpp.jid.BareJID,UsersAffiliation>> |
NodeAffiliations.changedAffs |
| Modifier and Type | Method and Description |
|---|---|
protected UsersAffiliation |
NodeAffiliations.get(tigase.xmpp.jid.BareJID bareJid) |
UsersAffiliation[] |
NodeAffiliations.getAffiliations() |
| Modifier and Type | Method and Description |
|---|---|
Map<tigase.xmpp.jid.BareJID,UsersAffiliation> |
NodeAffiliations.getChanged() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeAffiliations.init(Queue<UsersAffiliation> data) |
| Modifier and Type | Method and Description |
|---|---|
UsersAffiliation |
UsersAffiliation.clone() |
Copyright © 2008–2019 Tigase. All rights reserved.