Uses of Class
com.tangosol.util.SegmentedHashMap.RemoveAction
-
Packages that use SegmentedHashMap.RemoveAction Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedHashMap.RemoveAction in com.tangosol.util
Subclasses of SegmentedHashMap.RemoveAction in com.tangosol.util Modifier and Type Class Description protected class
SegmentedConcurrentMap.ConditionalRemoveAction
Action support for a conditional remove().protected class
SegmentedConcurrentMap.RemoveAction
Action support for remove().Fields in com.tangosol.util declared as SegmentedHashMap.RemoveAction Modifier and Type Field Description protected SegmentedHashMap.RemoveAction
SegmentedHashMap. m_actionRemove
The singleton action for remove support.Methods in com.tangosol.util that return SegmentedHashMap.RemoveAction Modifier and Type Method Description protected SegmentedHashMap.RemoveAction
SegmentedHashMap. getRemoveAction()
Return the registered action for remove().protected SegmentedHashMap.RemoveAction
SegmentedConcurrentMap. instantiateRemoveAction()
Factory for RemoveActionprotected SegmentedHashMap.RemoveAction
SegmentedHashMap. instantiateRemoveAction()
Factory for RemoveActionMethods in com.tangosol.util with parameters of type SegmentedHashMap.RemoveAction Modifier and Type Method Description protected void
SegmentedHashMap. setRemoveAction(SegmentedHashMap.RemoveAction action)
Specify the action for remove().
-