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