Uses of Class
com.tangosol.util.SegmentedHashMap.GetEntryAction
Packages that use SegmentedHashMap.GetEntryAction
-
Uses of SegmentedHashMap.GetEntryAction in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedHashMap.GetEntryActionModifier and TypeFieldDescriptionprotected SegmentedHashMap.GetEntryAction
SegmentedHashMap.m_actionGetEntry
The singleton action for getEntryInternal support.Methods in com.tangosol.util that return SegmentedHashMap.GetEntryActionModifier and TypeMethodDescriptionprotected 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.GetEntryActionModifier and TypeMethodDescriptionprotected void
SegmentedHashMap.setGetEntryAction
(SegmentedHashMap.GetEntryAction action) Specify the action for getEntryInternal.