Package org.infinispan.lock.impl.entries
Class ClusteredLockKey
- java.lang.Object
-
- org.infinispan.lock.impl.entries.ClusteredLockKey
-
public class ClusteredLockKey extends Object
Used to retrieve and identify a lock in the cache- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static org.infinispan.commons.marshall.AdvancedExternalizer<ClusteredLockKey>EXTERNALIZER
-
Constructor Summary
Constructors Constructor Description ClusteredLockKey(org.infinispan.util.ByteString name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.infinispan.util.ByteStringgetName()inthashCode()StringtoString()
-
-
-
Field Detail
-
EXTERNALIZER
public static final org.infinispan.commons.marshall.AdvancedExternalizer<ClusteredLockKey> EXTERNALIZER
-
-