Uses of Class
com.tangosol.util.SegmentedHashMap.InsertAction
Packages that use SegmentedHashMap.InsertAction
- 
Uses of SegmentedHashMap.InsertAction in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedHashMap.InsertActionModifier and TypeFieldDescriptionprotected SegmentedHashMap.InsertActionSegmentedHashMap.m_actionInsertThe singleton action for insert support.Methods in com.tangosol.util that return SegmentedHashMap.InsertActionModifier and TypeMethodDescriptionprotected SegmentedHashMap.InsertActionSegmentedHashMap.getInsertAction()Return the registered action for insert.protected SegmentedHashMap.InsertActionSegmentedHashMap.instantiateInsertAction()Factory for InsertActionMethods in com.tangosol.util with parameters of type SegmentedHashMap.InsertActionModifier and TypeMethodDescriptionprotected voidSegmentedHashMap.setInsertAction(SegmentedHashMap.InsertAction action) Specify the action for insert.