Package | Description |
---|---|
org.hibernate.cache.infinispan.access |
Internal Infinispan-based implementation of the cache region access strategies
|
Modifier and Type | Method and Description |
---|---|
PutFromLoadValidator.Lock |
PutFromLoadValidator.acquirePutFromLoadLock(SessionImplementor session,
Object key,
long txTimestamp)
Acquire a lock giving the calling thread the right to put data in the
cache for the given key.
|
Modifier and Type | Method and Description |
---|---|
void |
PutFromLoadValidator.releasePutFromLoadLock(Object key,
PutFromLoadValidator.Lock lock)
Releases the lock previously obtained by a call to
PutFromLoadValidator.acquirePutFromLoadLock(SessionImplementor, Object, long) . |
Copyright © 2018. All rights reserved.