Uses of Class
com.tangosol.util.SegmentedHashMap.GetEntryAction
-
Packages that use SegmentedHashMap.GetEntryAction Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedHashMap.GetEntryAction in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedHashMap.GetEntryAction Modifier and Type Field Description protected SegmentedHashMap.GetEntryAction
SegmentedHashMap. m_actionGetEntry
The singleton action for getEntryInternal support.Methods in com.tangosol.util that return SegmentedHashMap.GetEntryAction Modifier and Type Method Description protected SegmentedHashMap.GetEntryAction
SegmentedHashMap. getGetEntryAction()
Return the registered action for getEntryInternal.protected SegmentedHashMap.GetEntryAction
SegmentedHashMap. instantiateGetEntryAction()
Factory for GetEntryActionMethods in com.tangosol.util with parameters of type SegmentedHashMap.GetEntryAction Modifier and Type Method Description protected void
SegmentedHashMap. setGetEntryAction(SegmentedHashMap.GetEntryAction action)
Specify the action for getEntryInternal.
-