Uses of Interface
org.jgroups.util.LazyRemovalCache.Printable
-
Packages that use LazyRemovalCache.Printable 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.Printable in org.jgroups.protocols
Fields in org.jgroups.protocols declared as LazyRemovalCache.Printable Modifier and Type Field Description protected static LazyRemovalCache.Printable<Address,LazyRemovalCache.Entry<PhysicalAddress>>
TP. print_function
-
Uses of LazyRemovalCache.Printable in org.jgroups.util
Fields in org.jgroups.util declared as LazyRemovalCache.Printable Modifier and Type Field Description protected static LazyRemovalCache.Printable<Address,LazyRemovalCache.Entry<java.lang.String>>
NameCache. print_function
Methods in org.jgroups.util with parameters of type LazyRemovalCache.Printable Modifier and Type Method Description java.lang.String
LazyRemovalCache. printCache(LazyRemovalCache.Printable print_function)
-