Uses of Class
tigase.pubsub.repository.cached.Node
-
Packages that use Node Package Description tigase.pubsub.repository.cached -
-
Uses of Node in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type Node Modifier and Type Field Description protected Cache<CachedPubSubRepository.NodeKey,Node>CachedPubSubRepository. nodesMethods in tigase.pubsub.repository.cached that return Node Modifier and Type Method Description protected NodeCachedPubSubRepository. getNode(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)protected NodeCachedPubSubRepository. getNodeFromCache(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)protected NodeCachedPubSubRepository. loadNode(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)Methods in tigase.pubsub.repository.cached that return types with arguments of type Node Modifier and Type Method Description protected java.util.List<Node<T>>CachedPubSubRepository. getNodeAndSubnodes(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, java.util.function.Predicate<Node<T>> filterWithSubnodes, java.util.function.Predicate<Node<T>> filter)Methods in tigase.pubsub.repository.cached with parameters of type Node Modifier and Type Method Description protected booleanCachedPubSubRepository. hasAccessPermission(Node node, tigase.xmpp.jid.JID requester, PubSubLogic.Action action)protected voidCachedPubSubRepository. saveNode(Node<T> node, int iteration)Method parameters in tigase.pubsub.repository.cached with type arguments of type Node Modifier and Type Method Description protected java.util.List<Node<T>>CachedPubSubRepository. getNodeAndSubnodes(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, java.util.function.Predicate<Node<T>> filterWithSubnodes, java.util.function.Predicate<Node<T>> filter)
-