Uses of Class
java.util.concurrent.Phaser
Packages that use Phaser
-
Uses of Phaser in java.util.concurrent
Methods in java.util.concurrent that return PhaserModifier and TypeMethodDescriptionPhaser.getParent()
Returns the parent of this phaser, ornull
if none.Phaser.getRoot()
Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.Constructors in java.util.concurrent with parameters of type PhaserModifierConstructorDescriptionEquivalent toPhaser(parent, 0)
.Creates a new phaser with the given parent and number of registered unarrived parties.