Uses of Class
com.tangosol.util.SegmentedConcurrentMap.SizeAction
Packages that use SegmentedConcurrentMap.SizeAction
- 
Uses of SegmentedConcurrentMap.SizeAction in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedConcurrentMap.SizeActionModifier and TypeFieldDescriptionprotected SegmentedConcurrentMap.SizeActionSegmentedConcurrentMap.m_actionSizeThe singleton action for size support.Methods in com.tangosol.util that return SegmentedConcurrentMap.SizeActionModifier and TypeMethodDescriptionprotected SegmentedConcurrentMap.SizeActionSegmentedConcurrentMap.getSizeAction()Return the registered action for size().protected SegmentedConcurrentMap.SizeActionSegmentedConcurrentMap.instantiateSizeAction()Factory for SizeActionMethods in com.tangosol.util with parameters of type SegmentedConcurrentMap.SizeActionModifier and TypeMethodDescriptionprotected voidSegmentedConcurrentMap.setSizeAction(SegmentedConcurrentMap.SizeAction action) Specify the action for size().