Uses of Class
org.jgroups.blocks.Cache.Value
-
Packages that use Cache.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 Cache.Value in org.jgroups.blocks
Fields in org.jgroups.blocks with type parameters of type Cache.Value Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<K,Cache.Value<V>>Cache. mapMethods in org.jgroups.blocks that return Cache.Value Modifier and Type Method Description Cache.Value<ReplCache.Value<V>>ReplCache. _get(K key)Cache.Value<V>Cache. getEntry(K key)Methods in org.jgroups.blocks that return types with arguments of type Cache.Value Modifier and Type Method Description java.util.Set<java.util.Map.Entry<K,Cache.Value<V>>>Cache. entrySet()java.util.concurrent.ConcurrentMap<K,Cache.Value<V>>Cache. getInternalMap()This method should not be used to add or remove elements ! It was just added because ReplCacheDemo requires it for its data modelMethods in org.jgroups.blocks with parameters of type Cache.Value Modifier and Type Method Description private VCache. getValue(Cache.Value<V> val)private booleanCache. isExpired(Cache.Value<V> val) -
Uses of Cache.Value in org.jgroups.demos
Fields in org.jgroups.demos with type parameters of type Cache.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 Cache.Value Modifier and Type Method Description voidReplCacheDemo.MyTableModel. setMap(java.util.concurrent.ConcurrentMap<K,Cache.Value<ReplCache.Value<V>>> map)
-