Uses of Enum Class
org.infinispan.lock.impl.entries.ClusteredLockState
Packages that use ClusteredLockState
-
Uses of ClusteredLockState in org.infinispan.lock.impl.entries
Methods in org.infinispan.lock.impl.entries that return ClusteredLockStateModifier and TypeMethodDescriptionClusteredLockValue.getState()static ClusteredLockStateClusteredLockState.valueOf(int index) Returns the enum constant of this class with the specified name.static ClusteredLockStateReturns the enum constant of this class with the specified name.static ClusteredLockState[]ClusteredLockState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.lock.impl.entries with parameters of type ClusteredLockStateModifierConstructorDescriptionClusteredLockValue(String requestId, Object owner, ClusteredLockState state)