Class LockEntry

java.lang.Object
org.keycloak.cluster.infinispan.LockEntry
All Implemented Interfaces:
Serializable

@SerializeWith(ExternalizerImpl.class) public class LockEntry extends Object implements Serializable
Author:
Marek Posolda
See Also:
  • Constructor Details

    • LockEntry

      public LockEntry()
  • Method Details

    • getNode

      public String getNode()
    • setNode

      public void setNode(String node)
    • getTimestamp

      public int getTimestamp()
    • setTimestamp

      public void setTimestamp(int timestamp)