Package org.infinispan.lock.impl.entries
Class ClusteredLockValue
java.lang.Object
org.infinispan.lock.impl.entries.ClusteredLockValue
Lock object inside the cache. Holds the lock owner, the lock request id and the status of the lock.
- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdvancedExternalizer<ClusteredLockValue>static final ClusteredLockValue -
Constructor Summary
ConstructorsConstructorDescriptionClusteredLockValue(String requestId, Object owner, ClusteredLockState state) -
Method Summary