|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||