Uses of Class
org.jgroups.blocks.ReplCache.Value
-
Packages that use ReplCache.Value Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.demos Provides demonstrations of JGroups functionality. -
-
Uses of ReplCache.Value in org.jgroups.blocks
Fields in org.jgroups.blocks with type parameters of type ReplCache.Value Modifier and Type Field Description private Cache<K,ReplCache.Value<V>>ReplCache. l2_cacheThe cache in which all entries are located.Methods in org.jgroups.blocks that return types with arguments of type ReplCache.Value Modifier and Type Method Description Cache.Value<ReplCache.Value<V>>ReplCache. _get(K key)Cache<K,ReplCache.Value<V>>ReplCache. getL2Cache()Method parameters in org.jgroups.blocks with type arguments of type ReplCache.Value Modifier and Type Method Description voidReplCache. setL2Cache(Cache<K,ReplCache.Value<V>> cache) -
Uses of ReplCache.Value in org.jgroups.demos
Fields in org.jgroups.demos with type parameters of type ReplCache.Value Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<K,Cache.Value<ReplCache.Value<V>>>ReplCacheDemo.MyTableModel. mapMethod parameters in org.jgroups.demos with type arguments of type ReplCache.Value Modifier and Type Method Description voidReplCacheDemo.MyTableModel. setMap(java.util.concurrent.ConcurrentMap<K,Cache.Value<ReplCache.Value<V>>> map)
-