Uses of Interface
com.tangosol.util.SegmentedConcurrentMap.ContentionObserver
Packages that use SegmentedConcurrentMap.ContentionObserver
-
Uses of SegmentedConcurrentMap.ContentionObserver in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedConcurrentMap.ContentionObserverModifier and TypeFieldDescriptionSegmentedConcurrentMap.m_contentionObserver
The ContentionObserver; may be null.Methods in com.tangosol.util that return SegmentedConcurrentMap.ContentionObserverModifier and TypeMethodDescriptionSegmentedConcurrentMap.getContentionObserver()
Return the ContentionObserver for this SegmentedConcurrentMap.Methods in com.tangosol.util with parameters of type SegmentedConcurrentMap.ContentionObserverModifier and TypeMethodDescriptionprotected void
SegmentedConcurrentMap.setContentionObserver
(SegmentedConcurrentMap.ContentionObserver contentionObserver) Set the ContentionObserver for this SegmentedConcurrentMap.protected long
SegmentedConcurrentMap.LockableEntry.waitForNotify
(long cWait, SegmentedConcurrentMap.ContentionObserver observer) Wait for this LockableEntry to be notified that it has been freed by the previous lock-holder.Constructors in com.tangosol.util with parameters of type SegmentedConcurrentMap.ContentionObserverModifierConstructorDescriptionSegmentedConcurrentMap
(int cInitialBuckets, float flLoadFactor, float flGrowthRate, SegmentedConcurrentMap.ContentionObserver contentionObserver) Construct a thread-safe hash map using the specified settings.SegmentedConcurrentMap
(SegmentedConcurrentMap.ContentionObserver contentionObserver) Construct a SegmentedConcurrentMap with the default settings and the specified ContentionObserver