Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Field | Description |
---|---|---|
protected SegmentedConcurrentMap.UnlockAction |
SegmentedConcurrentMap.m_actionUnlock
The action for unlock() support.
|
Modifier and Type | Method | Description |
---|---|---|
protected SegmentedConcurrentMap.UnlockAction |
SegmentedConcurrentMap.getUnlockAction()
Return the registered action for unlock().
|
|
protected SegmentedConcurrentMap.UnlockAction |
SegmentedConcurrentMap.instantiateUnlockAction()
Factory for UnlockAction
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
SegmentedConcurrentMap.setUnlockAction(SegmentedConcurrentMap.UnlockAction action)
Specify the action for unlock().
|