C G I N

C

ClusterLock - Interface in com.atlassian.beehive
Represents a cluster-wide lock.
ClusterLockService - Interface in com.atlassian.beehive
Provides methods for running code under a cluster-wide lock.
com.atlassian.beehive - package com.atlassian.beehive
 

G

getLockForName(String) - Method in interface com.atlassian.beehive.ClusterLockService
Returns the cluster-wide lock for the given name.

I

isHeldByCurrentThread() - Method in interface com.atlassian.beehive.ClusterLock
Queries if this lock is held by the current thread.

N

newCondition() - Method in interface com.atlassian.beehive.ClusterLock
This optional operation from the java Lock interface is not supported in ClusterLock.

C G I N

Copyright © 2014 Atlassian. All rights reserved.