Uses of Interface
org.jgroups.util.AgeOutCache.Handler
-
Packages that use AgeOutCache.Handler 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 AgeOutCache.Handler in org.jgroups.protocols
Classes in org.jgroups.protocols that implement AgeOutCache.Handler Modifier and Type Class Description class
UNICAST3
Reliable unicast protocol using a combination of positive and negative acks. -
Uses of AgeOutCache.Handler in org.jgroups.util
Methods in org.jgroups.util that return AgeOutCache.Handler Modifier and Type Method Description AgeOutCache.Handler
AgeOutCache. getHandler()
Methods in org.jgroups.util with parameters of type AgeOutCache.Handler Modifier and Type Method Description void
AgeOutCache. setHandler(AgeOutCache.Handler handler)
Constructors in org.jgroups.util with parameters of type AgeOutCache.Handler Constructor Description AgeOutCache(TimeScheduler timer, long timeout, AgeOutCache.Handler handler)
-