|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface SegmentedConcurrentMap.ContentionObserver
ContentionObserver is used to observe the contention lock-related actions performed on the concurrent map.
| Method Summary | |
|---|---|
void |
onContend(java.lang.Object oContender, SegmentedConcurrentMap.LockableEntry entry)Called when the specified lock holder begins contending for the specified LockableEntry. |
void |
onUncontend(java.lang.Object oContender, SegmentedConcurrentMap.LockableEntry entry)Called when the specified lock holder stops contending for the specified LockableEntry. |
| Method Detail |
|---|
void onContend(java.lang.Object oContender,
SegmentedConcurrentMap.LockableEntry entry)
oContender - the contending lock holderentry - the entry being contended for
void onUncontend(java.lang.Object oContender,
SegmentedConcurrentMap.LockableEntry entry)
oContender - the previously contending lock holderentry - the entry no longer being contended for
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||