Uses of Class
org.jgroups.blocks.LazyRemovalCache
Packages that use LazyRemovalCache
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 LazyRemovalCacheModifier and TypeFieldDescriptionprotected LazyRemovalCache<Address, IpAddress> FD_SOCK.cacheCache of member addresses and their ServerSocket addressesprotected LazyRemovalCache<Address, PhysicalAddress> Cache which maintains mappings between logical and physical addresses.Methods in org.jgroups.protocols that return LazyRemovalCacheModifier and TypeMethodDescriptionMethods in org.jgroups.protocols with parameters of type LazyRemovalCacheModifier and TypeMethodDescriptionstatic ByteArrayFD_SOCK.marshal(LazyRemovalCache<Address, IpAddress> addrs) -
Uses of LazyRemovalCache in org.jgroups.util
Fields in org.jgroups.util declared as LazyRemovalCacheModifier and TypeFieldDescriptionprotected static final LazyRemovalCache<Address, String> NameCache.cacheKeeps track of associations between addresses and logical names