Uses of Class
org.jgroups.blocks.LazyRemovalCache

Packages that use LazyRemovalCache
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
protected  LazyRemovalCache<Address,PhysicalAddress> TP.logical_addr_cache
          Cache which maintains mappings between logical and physical addresses.
 

Uses of LazyRemovalCache in org.jgroups.util
 

Fields in org.jgroups.util declared as LazyRemovalCache
protected static LazyRemovalCache<Address,java.lang.String> UUID.cache
          Keeps track of associations between logical addresses (UUIDs) and logical names
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.