public class NonstopCacheLockProvider extends Object implements CacheLockProvider
CacheLockProvider with nonstop feature| Constructor and Description |
|---|
NonstopCacheLockProvider(NonstopStore nonstopStore,
NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal,
NonstopConfiguration nonstopConfiguration)
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
Sync |
getSyncForKey(Object key)
Gets the Sync Stripe to use for a given key.
|
public NonstopCacheLockProvider(NonstopStore nonstopStore, NonstopActiveDelegateHolder nonstopActiveDelegateHolder, ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal, NonstopConfiguration nonstopConfiguration)
nonstopStore - nonstopActiveDelegateHolder - explicitLockingContextThreadLocal - public Sync getSyncForKey(Object key)
getSyncForKey in interface CacheLockProviderkey - the keyCopyright © 2021. All rights reserved.