Uses of Class
org.jgroups.blocks.LazyRemovalCache.Entry
Packages that use LazyRemovalCache.Entry
Package
Description
Provides building blocks that are layered on top of channels.
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.Entry in org.jgroups.blocks
Fields in org.jgroups.blocks with type parameters of type LazyRemovalCache.EntryModifier and TypeFieldDescriptionprivate final ConcurrentMap<K, LazyRemovalCache.Entry<V>> LazyRemovalCache.mapMethods in org.jgroups.blocks that return types with arguments of type LazyRemovalCache.Entry -
Uses of LazyRemovalCache.Entry in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type LazyRemovalCache.EntryModifier and TypeFieldDescriptionprotected static final LazyRemovalCache.Printable<Address, LazyRemovalCache.Entry<PhysicalAddress>> -
Uses of LazyRemovalCache.Entry in org.jgroups.util
Fields in org.jgroups.util with type parameters of type LazyRemovalCache.EntryModifier and TypeFieldDescriptionprotected static final LazyRemovalCache.Printable<Address, LazyRemovalCache.Entry<String>> NameCache.print_function