Uses of Class
org.infinispan.lock.impl.entries.ClusteredLockState
-
Packages that use ClusteredLockState Package Description org.infinispan.lock.impl.entries -
-
Uses of ClusteredLockState in org.infinispan.lock.impl.entries
Methods in org.infinispan.lock.impl.entries that return ClusteredLockState Modifier and Type Method Description ClusteredLockStateClusteredLockValue. getState()static ClusteredLockStateClusteredLockState. valueOf(int index)Returns the enum constant of this type with the specified name.static ClusteredLockStateClusteredLockState. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteredLockState[]ClusteredLockState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.lock.impl.entries with parameters of type ClusteredLockState Constructor Description ClusteredLockValue(String requestId, Object owner, ClusteredLockState state)
-