Uses of Class
com.oracle.coherence.common.base.SingleWaiterMultiNotifier
Packages that use SingleWaiterMultiNotifier
Package
Description
The base package provides a number of classes to complement those in the java.lang package.
-
Uses of SingleWaiterMultiNotifier in com.oracle.coherence.common.base
Subclasses of SingleWaiterMultiNotifier in com.oracle.coherence.common.baseModifier and TypeClassDescriptionclass
SingleWaiterCooperativeNotifier is an extension of the SingleWaiterMultiNotifier which attempts to offload potentially expensive "notification" work from signaling threads onto the waiting threads.