Uses of Interface
com.tangosol.util.SegmentedConcurrentMap.ContentionObserver
-
Packages that use SegmentedConcurrentMap.ContentionObserver Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedConcurrentMap.ContentionObserver in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedConcurrentMap.ContentionObserver Modifier and Type Field Description protected SegmentedConcurrentMap.ContentionObserver
SegmentedConcurrentMap. m_contentionObserver
The ContentionObserver; may be null.Methods in com.tangosol.util that return SegmentedConcurrentMap.ContentionObserver Modifier and Type Method Description SegmentedConcurrentMap.ContentionObserver
SegmentedConcurrentMap. getContentionObserver()
Return the ContentionObserver for this SegmentedConcurrentMap.Methods in com.tangosol.util with parameters of type SegmentedConcurrentMap.ContentionObserver Modifier and Type Method Description protected 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.ContentionObserver Constructor Description SegmentedConcurrentMap(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
-