Package | Description |
---|---|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
static LockUtil.LockOwnership |
LockUtil.getLockOwnership(Object key,
ClusteringDependentLogic clusteringDependentLogic)
It filters the
key by lock ownership. |
static LockUtil.LockOwnership |
LockUtil.LockOwnership.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockUtil.LockOwnership[] |
LockUtil.LockOwnership.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.