Uses of Interface
com.oracle.coherence.common.base.Notifier
-
Packages that use Notifier Package Description com.oracle.coherence.common.base The base package provides a number of classes to complement those in the java.lang package. -
-
Uses of Notifier in com.oracle.coherence.common.base
Classes in com.oracle.coherence.common.base that implement Notifier Modifier and Type Class Description class
ConcurrentNotifier
A Condition-like object, usable by multiple threads to both wait and signal.class
SingleWaiterCooperativeNotifier
SingleWaiterCooperativeNotifier is an extension of the SingleWaiterMultiNotifier which attempts to offload potentially expensive "notification" work from signaling threads onto the waiting threads.class
SingleWaiterMultiNotifier
A Condition-like object, used by a single thread to block for a notification, and optimized for many concurrent notifications by other threads.
-