| Package | Description |
|---|---|
| tigase.pubsub.repository.cached |
| Modifier and Type | Field and Description |
|---|---|
protected Map<CachedPubSubRepository.NodeKey,Node> |
CachedPubSubRepository.nodes |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
CachedPubSubRepository.getNode(tigase.xmpp.jid.BareJID serviceJid,
String nodeName) |
protected Node |
CachedPubSubRepository.getNodeFromCache(tigase.xmpp.jid.BareJID serviceJid,
String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Node> |
CachedPubSubRepository.getAllNodes() |
protected List<Node<T>> |
CachedPubSubRepository.getNodeAndSubnodes(tigase.xmpp.jid.BareJID serviceJid,
String nodeName,
Predicate<Node<T>> filterWithSubnodes,
Predicate<Node<T>> filter) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CachedPubSubRepository.hasAccessPermission(Node node,
tigase.xmpp.jid.JID requester) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Node<T>> |
CachedPubSubRepository.getNodeAndSubnodes(tigase.xmpp.jid.BareJID serviceJid,
String nodeName,
Predicate<Node<T>> filterWithSubnodes,
Predicate<Node<T>> filter) |
protected List<Node<T>> |
CachedPubSubRepository.getNodeAndSubnodes(tigase.xmpp.jid.BareJID serviceJid,
String nodeName,
Predicate<Node<T>> filterWithSubnodes,
Predicate<Node<T>> filter) |
Copyright © 2008–2019 Tigase. All rights reserved.