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. cacheCache of member addresses and their ServerSocket addressesprotected LazyRemovalCache<Address,PhysicalAddress>TP. logical_addr_cacheCache which maintains mappings between logical and physical addresses.Methods in org.jgroups.protocols with parameters of type LazyRemovalCache Modifier and Type Method Description static BufferFD_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. cacheKeeps track of associations between addresses and logical names
-