Uses of Class
org.jgroups.blocks.LazyRemovalCache
-
Packages that use LazyRemovalCache Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of LazyRemovalCache in org.jgroups.protocols
Fields in org.jgroups.protocols declared as LazyRemovalCache Modifier and Type Field Description protected LazyRemovalCache<Address,IpAddress>
FD_SOCK. cache
Cache of member addresses and their ServerSocket addressesprotected LazyRemovalCache<Address,PhysicalAddress>
TP. logical_addr_cache
Cache which maintains mappings between logical and physical addresses.Methods in org.jgroups.protocols with parameters of type LazyRemovalCache Modifier and Type Method Description static Buffer
FD_SOCK. marshal(LazyRemovalCache<Address,IpAddress> addrs)
-
Uses of LazyRemovalCache in org.jgroups.util
Fields in org.jgroups.util declared as LazyRemovalCache Modifier and Type Field Description protected static LazyRemovalCache<Address,java.lang.String>
NameCache. cache
Keeps track of associations between addresses and logical names
-