Uses of Class
com.tangosol.util.SegmentedConcurrentMap.LockableEntry
Packages that use SegmentedConcurrentMap.LockableEntry
- 
Uses of SegmentedConcurrentMap.LockableEntry in com.tangosol.util
Methods in com.tangosol.util with parameters of type SegmentedConcurrentMap.LockableEntryModifier and TypeMethodDescriptionvoidSegmentedConcurrentMap.ContentionObserver.onContend(Object oContender, SegmentedConcurrentMap.LockableEntry entry) Called when the specified lock holder begins contending for the specified LockableEntry.voidSegmentedConcurrentMap.ContentionObserver.onUncontend(Object oContender, SegmentedConcurrentMap.LockableEntry entry) Called when the specified lock holder stops contending for the specified LockableEntry.