Uses of Class
org.jgroups.blocks.Cache.Value

Packages that use Cache.Value
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
 

Uses of Cache.Value in org.jgroups.blocks
 

Methods in org.jgroups.blocks that return Cache.Value
 Cache.Value<V> PartitionedHashMap._get(K key)
           
 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
 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 model
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.