Uses of Class
com.tangosol.util.SegmentedConcurrentMap.LockableEntry
-
Packages that use SegmentedConcurrentMap.LockableEntry Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedConcurrentMap.LockableEntry in com.tangosol.util
Methods in com.tangosol.util with parameters of type SegmentedConcurrentMap.LockableEntry Modifier and Type Method Description void
SegmentedConcurrentMap.ContentionObserver. onContend(Object oContender, SegmentedConcurrentMap.LockableEntry entry)
Called when the specified lock holder begins contending for the specified LockableEntry.void
SegmentedConcurrentMap.ContentionObserver. onUncontend(Object oContender, SegmentedConcurrentMap.LockableEntry entry)
Called when the specified lock holder stops contending for the specified LockableEntry.
-