Uses of Class
com.tangosol.util.SegmentedConcurrentMap.UnlockAction
-
Packages that use SegmentedConcurrentMap.UnlockAction Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedConcurrentMap.UnlockAction in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedConcurrentMap.UnlockAction Modifier and Type Field Description protected SegmentedConcurrentMap.UnlockAction
SegmentedConcurrentMap. m_actionUnlock
The action for unlock() support.Methods in com.tangosol.util that return SegmentedConcurrentMap.UnlockAction Modifier and Type Method Description protected SegmentedConcurrentMap.UnlockAction
SegmentedConcurrentMap. getUnlockAction()
Return the registered action for unlock().protected SegmentedConcurrentMap.UnlockAction
SegmentedConcurrentMap. instantiateUnlockAction()
Factory for UnlockActionMethods in com.tangosol.util with parameters of type SegmentedConcurrentMap.UnlockAction Modifier and Type Method Description protected void
SegmentedConcurrentMap. setUnlockAction(SegmentedConcurrentMap.UnlockAction action)
Specify the action for unlock().
-