java.lang.Object | |
↳ | com.atlassian.jira.dev.backdoor.BarrierBackdoor |
Backdoor for manipulating barriers remotely.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Lowers the barrier with the given name.
| |||||||||||
Lower the barrier with the given name to allow waiting threads through, then immediately raise it again.
| |||||||||||
Raises the barrier with the given name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Lower the barrier with the given name to allow waiting threads through, then immediately raise it again. Waiting threads are only allowed through once. This is useful for stepping through loops that contain a barrier, one iteration at a time.