程序包 | 说明 |
---|---|
com.fr.third.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
限定符和类型 | 方法和说明 |
---|---|
Cache.Value<ReplCache.Value<V>> |
ReplCache._get(K key) |
Cache.Value<V> |
PartitionedHashMap._get(K key) |
Cache.Value<V> |
Cache.getEntry(K key) |
限定符和类型 | 方法和说明 |
---|---|
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 !
|