| Package | Description |
|---|---|
| com.mc.hibernate.memcached.strategy |
| Modifier and Type | Method and Description |
|---|---|
AbstractReadWriteMemcachedAccessStrategy.Lock |
AbstractReadWriteMemcachedAccessStrategy.Lockable.lock(long timeout,
UUID uuid,
long lockId)
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified
time.
|
AbstractReadWriteMemcachedAccessStrategy.Lock |
AbstractReadWriteMemcachedAccessStrategy.Item.lock(long timeout,
UUID uuid,
long lockId)
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified
time.
|
AbstractReadWriteMemcachedAccessStrategy.Lock |
AbstractReadWriteMemcachedAccessStrategy.Lock.lock(long timeout,
UUID uuid,
long lockId)
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified
time.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractReadWriteMemcachedAccessStrategy.decrementLock(Object key,
AbstractReadWriteMemcachedAccessStrategy.Lock lock)
Unlock and re-put the given key, lock combination.
|
Copyright © 2017. All rights reserved.