Uses of Class
com.tangosol.util.SegmentedHashMap.InsertAction
-
Packages that use SegmentedHashMap.InsertAction Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedHashMap.InsertAction in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedHashMap.InsertAction Modifier and Type Field Description protected SegmentedHashMap.InsertAction
SegmentedHashMap. m_actionInsert
The singleton action for insert support.Methods in com.tangosol.util that return SegmentedHashMap.InsertAction Modifier and Type Method Description protected 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.InsertAction Modifier and Type Method Description protected void
SegmentedHashMap. setInsertAction(SegmentedHashMap.InsertAction action)
Specify the action for insert.
-