Package | Description |
---|---|
org.jboss.as.clustering.lock |
Modifier and Type | Class and Description |
---|---|
class |
NonGloballyExclusiveClusterLockSupport
Support class for cluster locking scenarios where threads can hold a local lock on a category but not a cluster-wide lock.
|
class |
YieldingGloballyExclusiveClusterLockSupport
Support class for cluster locking scenarios where threads cannot acquire a local lock unless the node owns a cluster-wide
lock, but where the node owning the cluster-wide lock will yield it to another node if no thread has a local lock.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.