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.InsertAction
SegmentedHashMap.m_actionInsert
The singleton action for insert support.Methods in com.tangosol.util that return SegmentedHashMap.InsertActionModifier and TypeMethodDescriptionprotected SegmentedHashMap.InsertAction
SegmentedHashMap.getInsertAction()
Return the registered action for insert.protected SegmentedHashMap.InsertAction
SegmentedHashMap.instantiateInsertAction()
Factory for InsertActionMethods in com.tangosol.util with parameters of type SegmentedHashMap.InsertActionModifier and TypeMethodDescriptionprotected void
SegmentedHashMap.setInsertAction
(SegmentedHashMap.InsertAction action) Specify the action for insert.