Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Method and Description |
---|---|
Cache.Value<ReplCache.Value<V>> |
ReplCache._get(K key) |
Cache.Value<V> |
PartitionedHashMap._get(K key) |
Cache.Value<V> |
Cache.getEntry(K key) |
Modifier and Type | Method and 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 model
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.