程序包 | 说明 |
---|---|
com.fr.third.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
限定符和类型 | 方法和说明 |
---|---|
Cache<K,V> |
ReplCache.getL1Cache() |
Cache<K,V> |
PartitionedHashMap.getL1Cache() |
Cache<K,ReplCache.Value<V>> |
ReplCache.getL2Cache() |
Cache<K,V> |
PartitionedHashMap.getL2Cache() |
限定符和类型 | 方法和说明 |
---|---|
void |
ReplCache.setL1Cache(Cache<K,V> cache) |
void |
PartitionedHashMap.setL1Cache(Cache<K,V> cache) |
void |
ReplCache.setL2Cache(Cache<K,ReplCache.Value<V>> cache) |
void |
PartitionedHashMap.setL2Cache(Cache<K,V> cache) |