|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Barrier | |
|---|---|
| org.terracotta.api | |
| org.terracotta.coordination | |
| Uses of Barrier in org.terracotta.api |
|---|
| Methods in org.terracotta.api that return Barrier | |
|---|---|
Barrier |
TerracottaToolkit.getBarrier(String name,
int parties)
|
Barrier |
ClusteringToolkit.getBarrier(String name,
int parties)
Get or create a clustered barrier identified by the given name. |
| Uses of Barrier in org.terracotta.coordination |
|---|
| Classes in org.terracotta.coordination that implement Barrier | |
|---|---|
class |
CyclicBarrier
A cyclic barrier is a reasonable choice for a barrier in contexts involving a fixed sized group of threads that must occasionally wait for each other. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||