Uses of Class
com.tangosol.util.SegmentedConcurrentMap.LockAction
-
Packages that use SegmentedConcurrentMap.LockAction Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedConcurrentMap.LockAction in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedConcurrentMap.LockAction Modifier and Type Field Description protected SegmentedConcurrentMap.LockAction
SegmentedConcurrentMap. m_actionLock
The action for lock() support.Methods in com.tangosol.util that return SegmentedConcurrentMap.LockAction Modifier and Type Method Description protected SegmentedConcurrentMap.LockAction
SegmentedConcurrentMap. getLockAction()
Return the registered action for lock().protected SegmentedConcurrentMap.LockAction
SegmentedConcurrentMap. instantiateLockAction()
Factory for LockActionMethods in com.tangosol.util with parameters of type SegmentedConcurrentMap.LockAction Modifier and Type Method Description protected void
SegmentedConcurrentMap. setLockAction(SegmentedConcurrentMap.LockAction action)
Specify the action for lock().
-