Uses of Class
tigase.pubsub.repository.cached.CachedPubSubRepository.NodeKey
-
Packages that use CachedPubSubRepository.NodeKey Package Description tigase.pubsub.repository.cached -
-
Uses of CachedPubSubRepository.NodeKey in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached with type parameters of type CachedPubSubRepository.NodeKey Modifier and Type Field Description protected Cache<CachedPubSubRepository.NodeKey,Node>CachedPubSubRepository. nodesMethods in tigase.pubsub.repository.cached that return CachedPubSubRepository.NodeKey Modifier and Type Method Description protected CachedPubSubRepository.NodeKeyCachedPubSubRepository. createKey(tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName)Method parameters in tigase.pubsub.repository.cached with type arguments of type CachedPubSubRepository.NodeKey Modifier and Type Method Description protected booleanCachedPubSubRepository.SizedCache. removeEldestEntry(java.util.Map.Entry<CachedPubSubRepository.NodeKey,V> eldest)
-