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 Details

  • Constructor Details

    • ClusteredLockKey

      public ClusteredLockKey(org.infinispan.util.ByteString name)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public org.infinispan.util.ByteString getName()