Uses of Class
org.jgroups.blocks.LazyRemovalCache.Entry
-
Packages that use LazyRemovalCache.Entry Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.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.Entry in org.jgroups.blocks
Methods in org.jgroups.blocks that return types with arguments of type LazyRemovalCache.Entry Modifier and Type Method Description java.util.Set<java.util.Map.Entry<K,LazyRemovalCache.Entry<V>>>
LazyRemovalCache. entrySet()
java.lang.Iterable<LazyRemovalCache.Entry<V>>
LazyRemovalCache. valuesIterator()
-
Uses of LazyRemovalCache.Entry in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type LazyRemovalCache.Entry Modifier and Type Field Description protected static LazyRemovalCache.Printable<Address,LazyRemovalCache.Entry<PhysicalAddress>>
TP. print_function
-
Uses of LazyRemovalCache.Entry in org.jgroups.util
Fields in org.jgroups.util with type parameters of type LazyRemovalCache.Entry Modifier and Type Field Description protected static LazyRemovalCache.Printable<Address,LazyRemovalCache.Entry<java.lang.String>>
NameCache. print_function
-